X-Git-Url: http://git.megacz.com/?p=org.ibex.core.git;a=blobdiff_plain;f=src%2Forg%2Fibex%2Fplat%2FOpenGL.java;h=cea181adbfd584220ed2bf7ae47067e06ce44411;hp=51ef708e869d99f48d12e19abe1ca000cd3af624;hb=c04af3bec88e6cbaf461700900d00d1e4d096d26;hpb=3591b88b94a6bb378af3d4abe6eb5233ce583104 diff --git a/src/org/ibex/plat/OpenGL.java b/src/org/ibex/plat/OpenGL.java index 51ef708..cea181a 100644 --- a/src/org/ibex/plat/OpenGL.java +++ b/src/org/ibex/plat/OpenGL.java @@ -253,8 +253,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