diff --git a/src/java/org/lwjgl/opengl/Display.java b/src/java/org/lwjgl/opengl/Display.java index 044fa4e2..ba0db008 100644 --- a/src/java/org/lwjgl/opengl/Display.java +++ b/src/java/org/lwjgl/opengl/Display.java @@ -873,13 +873,6 @@ public final class Display { current_mode = initial_mode; } - /** - * @return the unique Display context (or null, if the Display has not been created) - */ - private static Context getContext() { - return context; - } - /** * @return true if the window's native peer has been created */