Skip to content

Commit 7010af6

Browse files
committed
When merging into the main branch, I update a file I should not have and broke the lwjgl3.
1 parent 8ddb04b commit 7010af6

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

jme3-lwjgl3/src/main/java/com/jme3/system/lwjgl/LwjglDisplay.java

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -42,15 +42,5 @@ public LwjglDisplay() {
4242
super(Type.Display);
4343
}
4444

45-
@Override
46-
public Displays getDisplays() {
47-
// TODO Auto-generated method stub
48-
return null;
49-
}
5045

51-
@Override
52-
public int getPrimaryDisplay() {
53-
// TODO Auto-generated method stub
54-
return 0;
55-
}
5646
}

0 commit comments

Comments
 (0)