version screw-up

This commit is contained in:
Brian Matzon 2006-12-12 21:44:46 +00:00
parent 1011b614e5
commit 891902e4d6
2 changed files with 1 additions and 8 deletions

View File

@ -295,7 +295,7 @@ public class IL {
public static final int IL_EOF = -1;
/**
* Return the version of the core LWJGL libraries as a String.
* Return the version of the DevIL-LWJGL binding as a String.
*/
public static String getVersion() {
return ILNative.VERSION;

View File

@ -85,13 +85,6 @@ class ILNative {
}
}
/**
* Return the version of the DevIL-lwjgl binding as a String.
*/
public static String getVersion() {
return VERSION;
}
// IL
// ===========================================================
static native void initNativeStubsIL(Class clazz) throws LWJGLException;