From: <eli...@us...> - 2007-06-06 13:56:05
|
Revision: 2846 http://svn.sourceforge.net/java-game-lib/?rev=2846&view=rev Author: elias_naur Date: 2007-06-06 06:56:03 -0700 (Wed, 06 Jun 2007) Log Message: ----------- Removed unused, private Display.getContext() Modified Paths: -------------- trunk/LWJGL/src/java/org/lwjgl/opengl/Display.java Modified: trunk/LWJGL/src/java/org/lwjgl/opengl/Display.java =================================================================== --- trunk/LWJGL/src/java/org/lwjgl/opengl/Display.java 2007-06-06 12:27:40 UTC (rev 2845) +++ trunk/LWJGL/src/java/org/lwjgl/opengl/Display.java 2007-06-06 13:56:03 UTC (rev 2846) @@ -874,13 +874,6 @@ } /** - * @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 */ public static boolean isCreated() { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |