automatic checkIn
authorClaus Gittinger <cg@exept.de>
Wed, 05 Aug 2009 20:35:33 +0200
changeset 2723 353e50343ad2
parent 2722 3bcc8e9e93c3
child 2724 8e834e62dbbc
automatic checkIn
stx_libview2.st
--- a/stx_libview2.st	Wed Aug 05 20:35:29 2009 +0200
+++ b/stx_libview2.st	Wed Aug 05 20:35:33 2009 +0200
@@ -242,7 +242,6 @@
         (PBMReader autoload)
         (PCXReader autoload)
         (PICTReader autoload)
-        (PNGReader autoload)
         (PluggableView autoload)
         PopUpBanner
         PrintConverter
@@ -328,5 +327,5 @@
 !stx_libview2 class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/stx_libview2.st,v 1.36 2009-08-05 18:34:28 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/stx_libview2.st,v 1.37 2009-08-05 18:35:33 cg Exp $'
 ! !