2003/12/25 08:52:13
[org.ibex.core.git] / src / org / xwt / plat / AWT.java
index 44c43f0..513834f 100644 (file)
@@ -141,7 +141,6 @@ public class AWT extends JVM {
     }
 
     protected static class AWTPicture extends Picture {
-        int[] data = null;
         public Image i = null;
         private static ColorModel cmodel = new DirectColorModel(32, 0x00FF0000, 0x0000FF00, 0x000000FF, 0xFF000000);
         
@@ -308,7 +307,6 @@ public class AWT extends JVM {
 
         AWTSurface(Box root, boolean framed) {
             super(root);
-            System.out.println("Y");
             try {
                 if (framed) window = frame = new InnerFrame();
                 else window = new InnerWindow();