Skip to content

Commit

Permalink
More cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
paviad committed Dec 26, 2021
1 parent 2105db5 commit 02d05af
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/MarcusW.VncClient.Wpf/VncView.cs
Original file line number Diff line number Diff line change
Expand Up @@ -135,12 +135,6 @@ public IFramebufferReference GrabFramebufferReference(Size size, IImmutableSet<S
return rc;
}

protected override SystemSize ArrangeOverride(SystemSize arrangeBounds)
{
//_resizeEvents.OnNext(arrangeBounds);
return base.ArrangeOverride(arrangeBounds);
}

protected override void OnKeyDown(KeyEventArgs e)
{
base.OnKeyDown(e);
Expand Down

0 comments on commit 02d05af

Please sign in to comment.