From ed128a443a787ee9f58098631106ef46db816461 Mon Sep 17 00:00:00 2001 From: Pascal Serrarens Date: Wed, 12 Feb 2025 09:48:06 +0100 Subject: [PATCH] Fixes --- Thing.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Thing.cs b/Thing.cs index a4f2958..74fd51c 100644 --- a/Thing.cs +++ b/Thing.cs @@ -32,7 +32,6 @@ namespace Passer.Control.Core { #region Properties - public RemoteParticipant participant; public RemoteParticipant participant; public delegate void ChangeHandler();