Remove the rest of the implementation reflection

This commit is contained in:
Elias Naur 2007-01-17 12:58:38 +00:00
parent 7742185e34
commit 083137884b
4 changed files with 17 additions and 52 deletions

View file

@ -108,7 +108,6 @@ public final class Sys {
}
private static SysImplementation createImplementation() {
String class_name;
switch (LWJGLUtil.getPlatform()) {
case LWJGLUtil.PLATFORM_LINUX:
return new LinuxSysImplementation();