libInit.cc
changeset 5158 ee2765117bd2
parent 5120 95394f2bb1f4
child 5181 0e2a6e7182bf
--- a/libInit.cc	Mon Feb 16 14:22:41 2009 +0100
+++ b/libInit.cc	Mon Feb 16 14:22:44 2009 +0100
@@ -1,7 +1,7 @@
 /*
- * $Header: /cvs/stx/stx/libview/libInit.cc,v 1.39 2008-12-01 16:20:58 cg Exp $
+ * $Header: /cvs/stx/stx/libview/libInit.cc,v 1.40 2009-02-16 13:22:44 cg Exp $
  *
- * DO NOT EDIT
+ * DO NOT EDIT 
  * automagically generated from the projectDefinition: stx_libview.
  */
 #define __INDIRECTVMINITCALLS__
@@ -9,7 +9,7 @@
 
 #ifdef WIN32
 # pragma codeseg INITCODE "INITCODE"
-#endif
+#endif 
 
 #if defined(INIT_TEXT_SECTION) || defined(DLL_EXPORT)
 DLL_EXPORT void _libstx_libview_Init() INIT_TEXT_SECTION;
@@ -65,10 +65,6 @@
 _PopUpView_Init(pass,__pRT__,snd);
 _StandardSystemView_Init(pass,__pRT__,snd);
 _ModalBox_Init(pass,__pRT__,snd);
-#ifdef UNIX
-_XWorkstation_Init(pass,__pRT__,snd);
-_GLXWorkstation_Init(pass,__pRT__,snd);
-#endif /* UNIX */
 #ifdef WIN32
 _WinWorkstation_Init(pass,__pRT__,snd);
 _WinPrinter_Init(pass,__pRT__,snd);