removing unused local variables
[org.ibex.core.git] / src / org / ibex / plat / OpenGL.java
index 51ef708..cea181a 100644 (file)
@@ -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<pics.length;i++) {
                 for(int j=0;j<pics[i].length;j++) {