remove unused code

This commit is contained in:
kappaOne 2012-12-16 16:24:33 +00:00
parent 45992fc378
commit 21f994a039
1 changed files with 0 additions and 2 deletions

View File

@ -446,8 +446,6 @@ JNIEXPORT jobject JNICALL Java_org_lwjgl_opengl_MacOSXDisplay_nCreateWindow(JNIE
[window_info->view setOpenGLContext:window_info->context];
}
[[NSApplication sharedApplication] setDelegate:window_info->view];
window_info->display_rect = NSMakeRect(x, y, width, height);
if (!fullscreen) {