diff options
author | Andras Timar <atimar@suse.com> | 2011-11-25 09:18:15 +0100 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2011-11-25 09:47:31 +0100 |
commit | 3b12413024c287b6546cf7e34361bb12776e3871 (patch) | |
tree | 161af38e62d8d89ed46121a2e02acc67ee6491fa /setup_native | |
parent | f87ea359f45a8d8edbf029a5268b40fab3d1fa6c (diff) |
remove unused defines
Diffstat (limited to 'setup_native')
3 files changed, 0 insertions, 9 deletions
diff --git a/setup_native/source/win32/customactions/languagepacks/checkrunningofficelanguagepack.cxx b/setup_native/source/win32/customactions/languagepacks/checkrunningofficelanguagepack.cxx index 2b7dc2556c5e..ff1efc050293 100644 --- a/setup_native/source/win32/customactions/languagepacks/checkrunningofficelanguagepack.cxx +++ b/setup_native/source/win32/customactions/languagepacks/checkrunningofficelanguagepack.cxx @@ -56,9 +56,6 @@ #include <systools/win32/uwinapi.h> #include <../tools/seterror.hxx> -#define WININIT_FILENAME "wininit.ini" -#define RENAME_SECTION "rename" - #ifdef DEBUG inline void OutputDebugStringFormat( LPCTSTR pFormat, ... ) { diff --git a/setup_native/source/win32/customactions/patch/swappatchfiles.cxx b/setup_native/source/win32/customactions/patch/swappatchfiles.cxx index 1b576320533c..7b7d46c5ff22 100644 --- a/setup_native/source/win32/customactions/patch/swappatchfiles.cxx +++ b/setup_native/source/win32/customactions/patch/swappatchfiles.cxx @@ -56,9 +56,6 @@ #include <systools/win32/uwinapi.h> #include <../tools/seterror.hxx> -#define WININIT_FILENAME "wininit.ini" -#define RENAME_SECTION "rename" - #ifdef DEBUG inline void OutputDebugStringFormat( LPCTSTR pFormat, ... ) { diff --git a/setup_native/source/win32/customactions/shellextensions/checkrunningoffice.cxx b/setup_native/source/win32/customactions/shellextensions/checkrunningoffice.cxx index 76f6b6e94a4f..38f5bcd10204 100644 --- a/setup_native/source/win32/customactions/shellextensions/checkrunningoffice.cxx +++ b/setup_native/source/win32/customactions/shellextensions/checkrunningoffice.cxx @@ -56,9 +56,6 @@ #include <systools/win32/uwinapi.h> #include <../tools/seterror.hxx> -#define WININIT_FILENAME "wininit.ini" -#define RENAME_SECTION "rename" - #ifdef DEBUG inline void OutputDebugStringFormat( LPCTSTR pFormat, ... ) { |