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 {
DEBUG = _debug;
initialize();
// NULL = nGetNULLValue();
}
}
@ -129,11 +128,6 @@ public final class Sys {
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
* both a pointer and an integer argument, like the ARB_vertex_buffer_object extension specifies