*** empty log message ***

This commit is contained in:
Elias Naur 2003-05-02 20:58:53 +00:00
parent 86798e426f
commit 038a1c540c
1 changed files with 0 additions and 1 deletions

View File

@ -121,7 +121,6 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_BaseGL_nCreate
}
disp = XOpenDisplay(NULL);
if (disp == NULL) {
XCloseDisplay(disp);
throwException(env, "Could not open X display");
return;
}