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.cxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/tools/source/generic/toolsin.cxx b/tools/source/generic/toolsin.cxx
index 24ce7932e272..eb549d8ea5de 100644
--- a/tools/source/generic/toolsin.cxx
+++ b/tools/source/generic/toolsin.cxx
@@ -21,10 +21,6 @@
#include <string.h>
#include <tools/debug.hxx>
-#if defined WNT
-#include <dll.hxx>
-#endif
-
void InitTools()
{
DBG_DEBUGSTART();
@@ -38,10 +34,6 @@ void DeInitTools()
void GlobalDeInitTools()
{
DBG_GLOBALDEBUGEND();
-
-#if defined WNT
- ImpDeInitWinTools();
-#endif
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */