Browse Source

View Draw API docs and code cleanup

Tig 9 months ago
parent
commit
6e873e06e5
1 changed files with 0 additions and 2 deletions
  1. 0 2
      UnitTests/Views/ToplevelTests.cs

+ 0 - 2
UnitTests/Views/ToplevelTests.cs

@@ -1018,8 +1018,6 @@ public partial class ToplevelTests (ITestOutputHelper output)
         top.Dispose ();
     }
 
-    private void OnDrawContentComplete (object sender, DrawEventArgs e) { throw new NotImplementedException (); }
-
     [Fact]
     [AutoInitShutdown]
     public void Activating_MenuBar_By_Alt_Key_Does_Not_Throw ()