Skip to content

Commit

Permalink
small cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
rmtttt committed Mar 22, 2024
1 parent 22f1b16 commit 5ff39d4
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions src/VideoIn.cs
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,7 @@ public IVideoSource Update(
_changedTicket++;
}

if (this.Info != null)
{
Info = this.Info;
}
else
{
Info = "";
}
Info = this.Info;

return this;
}
Expand Down

0 comments on commit 5ff39d4

Please sign in to comment.