diff options
author | Xavier ALT <dex@phoenix-ind.net> | 2011-03-08 22:58:23 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-03-09 16:09:10 +0000 |
commit | 87fef61165416893e5347e3231c1aa1e32351210 (patch) | |
tree | cb8b23235f2e595b74b1fb12fa01c6aaf9f0d68d /tools | |
parent | 58d46c6eaee19bd77ebfe9ab2b1eff5f7f8638da (diff) |
remove SVX_LIGHT macro
Diffstat (limited to 'tools')
-rw-r--r-- | tools/source/debug/debug.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/source/debug/debug.cxx b/tools/source/debug/debug.cxx index 11a77ae0b86e..7564e1d76594 100644 --- a/tools/source/debug/debug.cxx +++ b/tools/source/debug/debug.cxx @@ -272,7 +272,7 @@ void ImplDbgUnlock() // ======================================================================= -#if (defined WNT || defined OS2) && !defined SVX_LIGHT +#if (defined WNT || defined OS2) //#define SV_MEMMGR // #endif #ifdef SV_MEMMGR |