stx_libview.st
changeset 4887 3ed4107ee556
parent 4881 e64b0e7c40e8
child 4924 7f7a7661663f
--- a/stx_libview.st	Fri Jan 25 08:40:24 2008 +0100
+++ b/stx_libview.st	Fri Jan 25 08:40:26 2008 +0100
@@ -236,7 +236,6 @@
         ModalBox
         MonoMappedPalette
         (NeXTWorkstation autoload)
-        OpenGLConstants
         PopUpView
         ResourcePack
         ShadowView
@@ -255,9 +254,6 @@
         WindowingTransformation
         (XWorkstation unix)
         #'stx_libview'
-        OpenGLRenderingContext
-        OpenGLTextureManager
-        OpenGLTextureHandle
     )
 !
 
@@ -296,7 +292,7 @@
 legalCopyright
     "Return a copyright string which will appear in <lib>.rc"
 
-    ^ 'Copyright Claus Gittinger 1988-2007\nCopyright eXept Software AG 1998-2007'
+    ^ 'Copyright Claus Gittinger 1988-2008\nCopyright eXept Software AG 1998-2007'
 
     "Modified: / 08-11-2007 / 16:59:07 / cg"
 ! !
@@ -304,5 +300,5 @@
 !stx_libview class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/stx_libview.st,v 1.16 2008-01-24 22:35:55 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/stx_libview.st,v 1.17 2008-01-25 07:40:26 cg Exp $'
 ! !