2003/10/28 11:49:38
authorxwt <xwt@xwt.org>
Fri, 30 Jan 2004 07:40:13 +0000 (07:40 +0000)
committerxwt <xwt@xwt.org>
Fri, 30 Jan 2004 07:40:13 +0000 (07:40 +0000)
darcs-hash:20040130074013-3ac31-6d165c2f91f35863f06f74ff3172c7da3daab33a.gz

src/org/xwt/plat/Win32.java

index a1891dc..1689ef6 100644 (file)
@@ -261,7 +261,6 @@ public class Win32 extends GCJ {
             natInit();
         }
 
-        public native void setClip(int x, int y, int x2, int y2);
         public native void fillRect(int x, int y, int x2, int y2, int color);
         public void drawPicture(Picture source, int dx, int dy, int cx1, int cy1, int cx2, int cy2) {
             drawPicture(source, dx, dy, cx1, cy1, cx2, cy2, 0, false);