stx_libview.st
changeset 6438 16fe3da68617
parent 6431 ba8706decbeb
child 6444 64fe368a5bf6
--- a/stx_libview.st	Wed Apr 30 01:18:16 2014 +0200
+++ b/stx_libview.st	Wed Apr 30 01:18:18 2014 +0200
@@ -111,12 +111,6 @@
     "Modified: / 27-09-2011 / 18:25:27 / cg"
 !
 
-additionalDefinitions_make_dor_proto
-    ^ '
-LOCAL_SHARED_LIBS="-L$(X_LIB_DIR) $(LIB_XEXT) $(LIB_XINERAMA) $(LIB_XFT) $(LIB_X) $(LIBRUN_LINK_LIB) "
-'
-!
-
 additionalRules_bc_dot_mak
     ^ '#
 
@@ -392,8 +386,6 @@
         GradientBackground
         WidgetEvent
         (XEmbedContainerView unix)
-        XWorkstation
-        GLXWorkstation
         (XftFontDescription unix)
     )
 !
@@ -446,10 +438,10 @@
 !stx_libview class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/stx_libview.st,v 1.68 2014-04-29 23:15:02 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/stx_libview.st,v 1.69 2014-04-29 23:18:18 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libview/stx_libview.st,v 1.68 2014-04-29 23:15:02 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/stx_libview.st,v 1.69 2014-04-29 23:18:18 cg Exp $'
 ! !