mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-02-02 13:54:36 +01:00
Removed unused, private Display.getContext()
This commit is contained in:
parent
a183367860
commit
befe34e32d
|
|
@ -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
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue