Linux: Removed redundant initEventQueue from Mouse.c

This commit is contained in:
Elias Naur 2005-11-23 15:36:21 +00:00
parent 3f128ca204
commit f21a31e595
1 changed files with 0 additions and 1 deletions

View File

@ -222,7 +222,6 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_LinuxDisplay_nCreateMouse
created = true;
pointer_grabbed = false;
updatePointerGrab(window_mode);
initEventQueue(&event_queue, EVENT_SIZE);
}
JNIEXPORT void JNICALL Java_org_lwjgl_opengl_LinuxDisplay_nDestroyMouse