Removed Sys.NULL

This commit is contained in:
Elias Naur 2003-08-03 11:02:57 +00:00
parent 80cf5b1dcc
commit 3f18bd15c4
3 changed files with 0 additions and 28 deletions

View File

@ -102,7 +102,6 @@ public final class Sys {
} finally { } finally {
DEBUG = _debug; DEBUG = _debug;
initialize(); initialize();
// NULL = nGetNULLValue();
} }
} }
@ -129,11 +128,6 @@ public final class Sys {
setTime(0); setTime(0);
} }
/**
* Gets the native NULL constant value
*/
// private static native ByteBuffer nGetNULLValue();
/** /**
* Create a buffer representing an integer index. Use it with functions that in C can take * Create a buffer representing an integer index. Use it with functions that in C can take
* both a pointer and an integer argument, like the ARB_vertex_buffer_object extension specifies * both a pointer and an integer argument, like the ARB_vertex_buffer_object extension specifies

View File

@ -48,17 +48,6 @@ long int hires_timer_freq; // Hires timer frequency
long int hires_timer_start; // Hires timer start long int hires_timer_start; // Hires timer start
long int hires_timer; // Hires timer current time long int hires_timer; // Hires timer current time
/*
* Class: org_lwjgl_Sys
* Method: nGetNULLValue
* Signature: ()I
*/
/*JNIEXPORT jobject JNICALL Java_org_lwjgl_Sys_nGetNULLValue
(JNIEnv *env, jclass clazz)
{
return env->NewDirectByteBuffer(NULL, 0);
}
*/
/* /*
* Class: org_lwjgl_Sys * Class: org_lwjgl_Sys
* Method: createIndexBuffer * Method: createIndexBuffer

View File

@ -49,17 +49,6 @@ __int64 hires_timer_freq; // Hires timer frequency
__int64 hires_timer_start; // Hires timer start __int64 hires_timer_start; // Hires timer start
__int64 hires_timer; // Hires timer current time __int64 hires_timer; // Hires timer current time
/*
* Class: org_lwjgl_Sys
* Method: nGetNULLValue
* Signature: ()I
*/
/*JNIEXPORT jobject JNICALL Java_org_lwjgl_Sys_nGetNULLValue
(JNIEnv *env, jclass clazz)
{
return env->NewDirectByteBuffer(NULL, 0);
}
*/
/* /*
* Class: org_lwjgl_Sys * Class: org_lwjgl_Sys
* Method: createIndexBuffer * Method: createIndexBuffer