removed obsolete getPlatform

This commit is contained in:
Brian Matzon 2004-06-09 19:45:15 +00:00
parent cb2377c6ef
commit 3a7df43117
1 changed files with 0 additions and 12 deletions

View File

@ -196,18 +196,6 @@ static jobjectArray GetAvailableDisplayModes(JNIEnv * env) {
return ret;
}
/*
* Class: org_lwjgl_Display
* Method: getPlatform
* Signature: ()I
*/
JNIEXPORT jint JNICALL Java_org_lwjgl_Display_getPlatform
(JNIEnv * env, jclass clazz)
{
return org_lwjgl_Display_PLATFORM_WGL;
}
/*
* Class: org_lwjgl_Display
* Method: setDisplayMode