Browse Source

snip, dock shouldn't have a pop, it only has 1 child

Jean-David Moisan 3 years ago
parent
commit
12b73791e3
1 changed files with 0 additions and 3 deletions
  1. 0 3
      Source/Dock.cs

+ 0 - 3
Source/Dock.cs

@@ -120,8 +120,5 @@ namespace Apos.Gui {
 
             return a;
         }
-        public static void Pop() {
-            GuiHelper.CurrentIMGUI.Pop();
-        }
     }
 }