diff options
author | Tor Lillqvist <tml@collabora.com> | 2013-12-17 15:10:03 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2013-12-17 15:17:42 +0200 |
commit | f4502a2f7f36c8dba9f76176cc761dd66b1a0e16 (patch) | |
tree | 3aee37b200b7e12c0ad83f49ad57e2971b036399 /ios/shared | |
parent | 16b48021e12641fbba4320f70e06ae0462f1995f (diff) |
These get defined through lo.xcconfig now
Change-Id: I4d574b728aa0a60808bcfdd36c503476c226599a
Diffstat (limited to 'ios/shared')
-rw-r--r-- | ios/shared/ios_sharedlo/objective_c/utils/MLOCommon.h | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/ios/shared/ios_sharedlo/objective_c/utils/MLOCommon.h b/ios/shared/ios_sharedlo/objective_c/utils/MLOCommon.h index eac726c8e3d4..9a12cd2b3399 100644 --- a/ios/shared/ios_sharedlo/objective_c/utils/MLOCommon.h +++ b/ios/shared/ios_sharedlo/objective_c/utils/MLOCommon.h @@ -26,28 +26,9 @@ static const BOOL #define LOG_RECT(RECT,NAME) NSLog(@"%@: w:%d, h:%d, origin:(%d,%d)",NAME, (int) RECT.size.width, (int) RECT.size.height, (int) RECT.origin.x, (int) RECT.origin.y) #define IGNORE_ARG(X) ((void) X) -#define ARM -#define ARM32 -#define BOOST_DETAIL_NO_CONTAINER_FWD #define CPPU_ENV gcc3 -#define DBG_UTIL -#define DISABLE_DYNLOADING -#define DISABLE_SCRIPTING -#define ENABLE_READONLY_INSTALLSET -#define IOS -#define LIBO_INTERNAL_ONLY -#define NO_PTHREAD_PRIORITY #define OSL_DEBUG_LEVEL 1 -#define SAL_LOG_INFO -#define SAL_LOG_WARN -#define SUPD 410 -#define UNIX -#define UNX -#define _DEBUG -#define _PTHREADS -#define _REENTRANT #define RTL_USING -#define SYSTEM_ZLIB #define HAVE_GCC_VISIBILITY_FEATURE #import "time.h" |