Removed unused, private Display.getContext()

This commit is contained in:
Elias Naur 2007-06-06 13:56:03 +00:00
parent a183367860
commit befe34e32d
1 changed files with 0 additions and 7 deletions

View File

@ -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
*/