diff options
author | Tor Lillqvist <tml@iki.fi> | 2013-04-12 19:50:13 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2013-04-12 19:55:36 +0300 |
commit | d8dbe5844b192f1339a3d38e0f477c5330c89194 (patch) | |
tree | 6a08b33d333c1cd995f33c14392478d216cbfa05 /tools/source/generic | |
parent | db8786e34b1a451f0e6969681079f701627de6f9 (diff) |
Kill empty ImpDeInitWinTools() and the header with only its definition
Change-Id: Ica82a4612da952c0c084974b708ef9dac753dcf6
Diffstat (limited to 'tools/source/generic')
-rw-r--r-- | tools/source/generic/toolsin.cxx | 8 |
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: */ |