mousewheel support on all platforms (X11,Darwin,Win32,Java14) and in the core (bug...
[org.ibex.core.git] / src / org / ibex / plat / OpenGL.java
index cea181a..0d5bf18 100644 (file)
@@ -190,8 +190,6 @@ abstract class OpenGL {
     }
     
     private static class MosaicGLPicture extends GLPicture {
-        private static final int overlap = 8;
-        
         int psize;
         GLPicture[][] pics;