Browse Source

Delete disposing

Equbuxu 2 năm trước cách đây
mục cha
commit
d054ee7ef5
1 tập tin đã thay đổi với 0 bổ sung5 xóa
  1. 0 5
      src/PixiEditor/Helpers/LowLevelWindow.cs

+ 0 - 5
src/PixiEditor/Helpers/LowLevelWindow.cs

@@ -86,11 +86,6 @@ internal class LowLevelWindow
     {
         if (!disposed)
         {
-            if (disposing)
-            {
-                // Dispose managed resources
-            }
-
             // Dispose unmanaged resources
             if (WindowHandle != IntPtr.Zero)
             {