[Libreoffice-commits] core.git: scp2/inc
Thomas Arnhold
thomas at arnhold.org
Sun Apr 14 07:38:26 PDT 2013
scp2/inc/macros.inc | 12 ------------
1 file changed, 12 deletions(-)
New commits:
commit 6fb3c3872c626efe740c850d9e89447a1d7ca053
Author: Thomas Arnhold <thomas at arnhold.org>
Date: Sat Apr 13 15:01:14 2013 +0200
remove unused macros
Change-Id: I0b0a73e8c9d6c5fb760c2278e58b87f08e881ce4
diff --git a/scp2/inc/macros.inc b/scp2/inc/macros.inc
index ad9f264..7ae0b4e 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)
More information about the Libreoffice-commits
mailing list