summaryrefslogtreecommitdiff
path: root/extensions
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2013-04-01 12:45:48 +0200
committerJulien Nabet <serval2412@yahoo.fr>2013-04-01 12:45:48 +0200
commit4f511caf65d081d5d29e148062a7b84eb170db37 (patch)
tree9fcb2ad8ec2ae1e3e40f14112be3a52d932a113a /extensions
parentc4aa061ad1323fbce4f670c745b00b2dedc6e825 (diff)
-Werror,-Wunused-macros
Change-Id: If921a3e142e44a6fb96924dc2aa454b8c8172e5a
Diffstat (limited to 'extensions')
-rw-r--r--extensions/source/macosx/spotlight/OOoSpotlightImporter.m3
1 files changed, 0 insertions, 3 deletions
diff --git a/extensions/source/macosx/spotlight/OOoSpotlightImporter.m b/extensions/source/macosx/spotlight/OOoSpotlightImporter.m
index 3a72d5337051..15cafe5b8406 100644
--- a/extensions/source/macosx/spotlight/OOoSpotlightImporter.m
+++ b/extensions/source/macosx/spotlight/OOoSpotlightImporter.m
@@ -29,9 +29,6 @@ typedef int NSColorRenderingIntent;
#import "OOoMetaDataParser.h"
#import "OOoContentDataParser.h"
-#define CASESENSITIVITY (0)
-#define BUFFER_SIZE (4096)
-
/* a dictionary to hold the UTIs */
static NSDictionary *uti2kind;