X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=src%2Forg%2Fibex%2Fplat%2FOpenGL.java;h=0d5bf18b889f27a2005ebe34a1db2d4c2c1b0dae;hb=bf0e7b510f32df7da4684fd19fc55aef8156e9f5;hp=51ef708e869d99f48d12e19abe1ca000cd3af624;hpb=3591b88b94a6bb378af3d4abe6eb5233ce583104;p=org.ibex.core.git diff --git a/src/org/ibex/plat/OpenGL.java b/src/org/ibex/plat/OpenGL.java index 51ef708..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; @@ -253,8 +251,6 @@ abstract class OpenGL { private static final int min(int a, int b) { return a < b ? a : b; } public void draw(int dx, int dy, int cx1, int cy1, int cx2, int cy2) { - int totalWidth = width; - int totalHeight = height; // *{x,y}{1,2} key: d=dest s=src, p=bounds of this picture, i=intersection of s and p, pd = dest of this pic for(int i=0;i