diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2013-04-01 12:45:48 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2013-04-01 12:45:48 +0200 |
commit | 4f511caf65d081d5d29e148062a7b84eb170db37 (patch) | |
tree | 9fcb2ad8ec2ae1e3e40f14112be3a52d932a113a /extensions/source/macosx/spotlight | |
parent | c4aa061ad1323fbce4f670c745b00b2dedc6e825 (diff) |
-Werror,-Wunused-macros
Change-Id: If921a3e142e44a6fb96924dc2aa454b8c8172e5a
Diffstat (limited to 'extensions/source/macosx/spotlight')
-rw-r--r-- | extensions/source/macosx/spotlight/OOoSpotlightImporter.m | 3 |
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; |