jdk/src/solaris/classes/sun/java2d/x11/X11PMBlitLoops.java
changeset 2760 f038acdbdf9c
parent 2758 d2fbe9b5857a
child 2807 db01a7f6d657
--- a/jdk/src/solaris/classes/sun/java2d/x11/X11PMBlitLoops.java	Wed May 06 12:39:23 2009 +0400
+++ b/jdk/src/solaris/classes/sun/java2d/x11/X11PMBlitLoops.java	Wed May 06 20:06:23 2009 +0400
@@ -95,22 +95,6 @@
             new X11PMBlitLoops(X11SurfaceData.UShortIndexedX11_BM,
                                X11SurfaceData.UShortIndexedX11, true),
 
-            new X11PMBlitLoops(X11SurfaceData.IntRgbX11,
-                               X11SurfaceData.IntArgbPreX11, true),
-            new X11PMBlitLoops(X11SurfaceData.IntRgbX11,
-                               X11SurfaceData.IntArgbPreX11, false),
-            new X11PMBlitLoops(X11SurfaceData.IntRgbX11_BM,
-                               X11SurfaceData.IntArgbPreX11, true),
-
-            new X11PMBlitLoops(X11SurfaceData.IntBgrX11,
-                               X11SurfaceData.FourByteAbgrPreX11, true),
-            new X11PMBlitLoops(X11SurfaceData.IntBgrX11,
-                               X11SurfaceData.FourByteAbgrPreX11, false),
-            new X11PMBlitLoops(X11SurfaceData.IntBgrX11_BM,
-                               X11SurfaceData.FourByteAbgrPreX11, true),
-
-
-
             // delegate loops
             new DelegateBlitLoop(X11SurfaceData.IntBgrX11_BM,
                                  X11SurfaceData.IntBgrX11),