Index: gnu/java/awt/peer/gtk/GdkGraphics.java =================================================================== RCS file: /cvsroot/classpath/classpath/gnu/java/awt/peer/gtk/GdkGraphics.java,v retrieving revision 1.40 diff -u -r1.40 GdkGraphics.java --- gnu/java/awt/peer/gtk/GdkGraphics.java 2 Jun 2005 13:18:10 -0000 1.40 +++ gnu/java/awt/peer/gtk/GdkGraphics.java 3 Jun 2005 11:39:05 -0000 @@ -142,13 +142,6 @@ public native void dispose(); - native void copyPixmap (Graphics g, int x, int y, int width, int height); - native void copyAndScalePixmap (Graphics g, boolean flip_x, boolean flip_y, - int src_x, int src_y, - int src_width, int src_height, - int dest_x, int dest_y, - int dest_width, int dest_height); - public boolean drawImage (Image img, int x, int y, Color bgcolor, ImageObserver observer) {