Removed unused native function getJVM()

This commit is contained in:
Elias Naur 2008-04-07 19:31:23 +00:00
parent 61a71ea912
commit 8d5e9695a5
2 changed files with 0 additions and 5 deletions

View File

@ -309,10 +309,6 @@ bool getBooleanProperty(JNIEnv *env, const char* propertyName) {
return (*env)->CallStaticBooleanMethod(env, org_lwjgl_LWJGLUtil_class, getBoolean, property) ? true : false;
}
JavaVM *getJVM() {
return jvm;
}
JNIEnv *getThreadEnv() {
JNIEnv *env;
(*jvm)->GetEnv(jvm, (void *)&env, JNI_VERSION_1_4);

View File

@ -122,7 +122,6 @@ typedef struct {
extern "C" {
#endif
extern JavaVM *getJVM();
extern JNIEnv *getThreadEnv();
extern void initAttribList(attrib_list_t *list);
extern void putAttrib(attrib_list_t *list, int attrib);