diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-04-13 15:01:14 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-04-13 15:01:34 +0200 |
commit | 6fb3c3872c626efe740c850d9e89447a1d7ca053 (patch) | |
tree | 69754f6bbf65d27b26d8e4e126b4dab5fed623b3 /scp2/inc | |
parent | 3078ef476cb5d68654a1e1687fdcd5a622f1e68f (diff) |
remove unused macros
Change-Id: I0b0a73e8c9d6c5fb760c2278e58b87f08e881ce4
Diffstat (limited to 'scp2/inc')
-rwxr-xr-x | scp2/inc/macros.inc | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/scp2/inc/macros.inc b/scp2/inc/macros.inc index ad9f2643f04d..7ae0b4ece5b5 100755 --- a/scp2/inc/macros.inc +++ b/scp2/inc/macros.inc @@ -30,9 +30,6 @@ #define REG_VALUE_LNG(id) \ ALL_LANG(Value,STR_REG_VAL_##id); -#define ALL_LANG_STR_VALUE_LNG(ident) \ - ALL_LANG(Value,STR_VALUE_##ident) - #ifdef UNX #ifdef MACOSX #define UNXSUFFIX .dylib @@ -374,15 +371,6 @@ End #define SCP2_URE_DL_UNO_VER(n, v) n v ".dll" #define SCP2_URE_DL_UNO_COMID_VER(n, v) n v STRING(COMID) ".dll" #define SCP2_URE_SHARE_DIR gid_Dir_Common_Ure -#if defined _MSC_VER -#if defined _DEBUG_RUNTIME -#define SCP2_STDLP_DEBUG "d" -#else -#define SCP2_STDLP_DEBUG "" -#endif -#else // GCC -#define SCP2_STDLP_DEBUG "" -#endif #else #define SCP2_URE_DL_DIR gid_Dir_Ure_Lib #define SCP2_URE_DL_NORMAL(n) "lib" n STRING(UNXSUFFIX) |