diff --git a/src/java/org/lwjgl/opengl/Display.java b/src/java/org/lwjgl/opengl/Display.java index f3edcd4f..0586f010 100644 --- a/src/java/org/lwjgl/opengl/Display.java +++ b/src/java/org/lwjgl/opengl/Display.java @@ -93,9 +93,6 @@ public final class Display { /** VSync */ private static boolean vsync; - /** Tracks VBO state for the window context */ - private static VBOTracker vbo_tracker; - /** A unique context object, so we can track different contexts between creates() and destroys() */ private static Display context;