Skip to content

Commit d4af626

Browse files
author
LoneWandererProductions
committed
sync back Render, remove some stuff fix up some tests and other graphic objects
1 parent 90fe6f6 commit d4af626

24 files changed

Lines changed: 906 additions & 1516 deletions

CommonExtendedObjectsTests/IntListTests.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,6 @@ public void RemoveAtMultipleElementsWorksCorrectly()
288288
Assert.AreEqual(9, list[5]);
289289
}
290290

291-
292291
/// <summary>
293292
/// Benchmarks the add performance.
294293
/// </summary>

CommonLibraryGuiTests/CommonCtrl.cs

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -44,15 +44,6 @@ public void Basic()
4444
_ = new Thumbnails();
4545
_ = new NativeBitmapDisplay();
4646

47-
try
48-
{
49-
_ = new OpenTkControl();
50-
}
51-
catch (Exception e)
52-
{
53-
Trace.WriteLine(e);
54-
}
55-
5647
Assert.Pass();
5748
}
5849

0 commit comments

Comments
 (0)