summaryrefslogtreecommitdiff
path: root/tools/source/generic/toolsin.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'tools/source/generic/toolsin.cxx')
-rw-r--r--tools/source/generic/toolsin.cxx17
1 files changed, 4 insertions, 13 deletions
diff --git a/tools/source/generic/toolsin.cxx b/tools/source/generic/toolsin.cxx
index 58bd2d706597..652b7ecfcafd 100644
--- a/tools/source/generic/toolsin.cxx
+++ b/tools/source/generic/toolsin.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: toolsin.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: vg $ $Date: 2006-04-07 16:12:06 $
+ * last change: $Author: hr $ $Date: 2006-06-19 13:45:42 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -48,12 +48,9 @@
#include <toolsin.hxx>
#endif
-#if defined( WIN ) || defined( WNT ) || defined( OS2 )
+#if defined WNT
#include <dll.hxx>
#endif
-#ifdef MAC
-void ImpDeInitMemMgr();
-#endif
void ImplDeleteCharTabData();
@@ -102,13 +99,7 @@ void GlobalDeInitTools()
{
DBG_GLOBALDEBUGEND();
-#if defined( WIN ) || defined( WNT )
+#if defined WNT
ImpDeInitWinTools();
#endif
-#ifdef OS2
- ImpDeInitOS2Tools();
-#endif
-#ifdef MAC
- ImpDeInitMemMgr();
-#endif
}