summaryrefslogtreecommitdiff
path: root/tools/inc
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2012-01-16 07:38:19 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2012-01-16 07:38:59 +0900
commit1074c1ab9ee4aa537ea18a3128121ef591bd803f (patch)
tree6e7e886c1c6ff349e6e3854bee4db431e800e7a6 /tools/inc
parent2ca0ab44b4c0f028aa246c28da8fbff0c79a87b4 (diff)
removed unused macro
Diffstat (limited to 'tools/inc')
-rw-r--r--tools/inc/tools/resmgr.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/inc/tools/resmgr.hxx b/tools/inc/tools/resmgr.hxx
index 7e7e7ce9c1b9..8000e5a3f7fc 100644
--- a/tools/inc/tools/resmgr.hxx
+++ b/tools/inc/tools/resmgr.hxx
@@ -37,8 +37,6 @@
#define CREATEVERSIONRESMGR_NAME( Name ) #Name
#define CREATEVERSIONRESMGR( Name ) ResMgr::CreateResMgr( CREATEVERSIONRESMGR_NAME( Name ) )
-#define LOCALE_MAX_FALLBACK 6
-
#include <vector>
class SvStream;