From 5ff39d4b09aa2e15e167771bee87bf1e9d85fc99 Mon Sep 17 00:00:00 2001 From: Alexander Shaliapin Date: Fri, 22 Mar 2024 19:03:22 +0100 Subject: [PATCH] small cleanup --- src/VideoIn.cs | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/src/VideoIn.cs b/src/VideoIn.cs index 573eeef..74cf042 100644 --- a/src/VideoIn.cs +++ b/src/VideoIn.cs @@ -41,14 +41,7 @@ public IVideoSource Update( _changedTicket++; } - if (this.Info != null) - { - Info = this.Info; - } - else - { - Info = ""; - } + Info = this.Info; return this; }