mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-05 14:35:58 +00:00
Removed unused, private Display.getContext()
This commit is contained in:
parent
a183367860
commit
befe34e32d
1 changed files with 0 additions and 7 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue