From 122ac3360b27580c5ded45dd748426255e4c8df0 Mon Sep 17 00:00:00 2001 From: Pascal Serrarens Date: Wed, 19 Feb 2025 17:02:30 +0100 Subject: [PATCH] Remove #nullable --- RemoteParticipant.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/RemoteParticipant.cs b/RemoteParticipant.cs index 44c15f4..3f2bc02 100644 --- a/RemoteParticipant.cs +++ b/RemoteParticipant.cs @@ -1,4 +1,3 @@ -#nullable enable using System; using System.Collections.Generic;