X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=src%2Forg%2Fibex%2Fplat%2FOpenGL.java;h=0d5bf18b889f27a2005ebe34a1db2d4c2c1b0dae;hb=ef73cbdf9c1fc30f4bc59453c7e759e0a507580f;hp=cea181adbfd584220ed2bf7ae47067e06ce44411;hpb=c04af3bec88e6cbaf461700900d00d1e4d096d26;p=org.ibex.core.git diff --git a/src/org/ibex/plat/OpenGL.java b/src/org/ibex/plat/OpenGL.java index cea181a..0d5bf18 100644 --- a/src/org/ibex/plat/OpenGL.java +++ b/src/org/ibex/plat/OpenGL.java @@ -190,8 +190,6 @@ abstract class OpenGL { } private static class MosaicGLPicture extends GLPicture { - private static final int overlap = 8; - int psize; GLPicture[][] pics;