fix: won't be needing hashmaps from native side

This commit is contained in:
Brian Matzon 2003-03-04 06:08:53 +00:00
parent 46b29a63a4
commit ccba1c3f79
1 changed files with 0 additions and 3 deletions

View File

@ -46,7 +46,6 @@
#define DIRECTINPUT_VERSION 0x0300
#include <dinput.h>
#include <hash_map>
#define WINDOWCLASSNAME "LWJGLWINDOW"
void handleMessages();
@ -670,5 +669,3 @@ JNIEXPORT jboolean JNICALL Java_org_lwjgl_Display_isMinimized
return isMinimized ? JNI_TRUE : JNI_FALSE;
}