Removed redundant vbo_tracker from Display.java

This commit is contained in:
Elias Naur 2004-07-28 22:17:56 +00:00
parent 466faf572f
commit e994515f7c
1 changed files with 0 additions and 3 deletions

View File

@ -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;