GIFReader.st
changeset 626 90e1164410f0
parent 625 72c766a86a0e
child 647 6f26c76aa0c9
--- a/GIFReader.st	Tue Jun 24 22:44:29 1997 +0200
+++ b/GIFReader.st	Tue Jun 24 22:46:52 1997 +0200
@@ -480,9 +480,6 @@
                 ]
             ]
         ].
-        appID = 'MACGCon' ifTrue:[
-            "/ what is this ?
-        ].
 
         ok ifFalse:[
             ('GIFREADER [info]: application extension (' , appID , ') ignored') infoPrintCR.
@@ -514,12 +511,12 @@
         aStream skip:subBlockSize
     ]
 
-    "Modified: 24.6.1997 / 22:44:15 / cg"
+    "Modified: 24.6.1997 / 22:46:43 / cg"
 ! !
 
 !GIFReader class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/GIFReader.st,v 1.52 1997-06-24 20:44:29 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/GIFReader.st,v 1.53 1997-06-24 20:46:52 cg Exp $'
 ! !
 GIFReader initialize!