Skip to content

Commit

Permalink
Remove commented code.
Browse files Browse the repository at this point in the history
  • Loading branch information
bitbound committed Apr 23, 2020
1 parent bde84d0 commit 3e3aad7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ScreenCast.Linux/Services/ScreenCapturerLinux.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ public ScreenCapturerLinux()
public string SelectedScreen { get; private set; }
public void Dispose()
{
//Graphic.Dispose();
CurrentFrame.Dispose();
PreviousFrame.Dispose();
}
Expand Down

0 comments on commit 3e3aad7

Please sign in to comment.