mousewheel support on all platforms (X11,Darwin,Win32,Java14) and in the core (bug...
[org.ibex.core.git] / src / org / ibex / plat / POSIX.java
index e8c3ff1..7b721a7 100644 (file)
@@ -1,7 +1,6 @@
 // Copyright 2004 Adam Megacz, see the COPYING file for licensing [LGPL]
 package org.ibex.plat;
 
-import gnu.gcj.RawData;
 import java.util.*;
 
 /** Platform implementation for POSIX compliant operating systems */
@@ -36,7 +35,6 @@ public class POSIX extends GCJ {
         spawnChildProcess(cmd);
     }
 
-    public POSIX() { }
 }