From befe34e32d648a8029bef765dc324f5877d59896 Mon Sep 17 00:00:00 2001 From: Elias Naur Date: Wed, 6 Jun 2007 13:56:03 +0000 Subject: [PATCH] Removed unused, private Display.getContext() --- src/java/org/lwjgl/opengl/Display.java | 7 ------- 1 file changed, 7 deletions(-) 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 */