aboutsummaryrefslogtreecommitdiffstats
path: root/Source/Sequel-Pro.pch
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Sequel-Pro.pch')
-rw-r--r--Source/Sequel-Pro.pch16
1 files changed, 0 insertions, 16 deletions
diff --git a/Source/Sequel-Pro.pch b/Source/Sequel-Pro.pch
index 07fdf502..f3821249 100644
--- a/Source/Sequel-Pro.pch
+++ b/Source/Sequel-Pro.pch
@@ -5,19 +5,3 @@
#ifdef __OBJC__
#import <Cocoa/Cocoa.h>
#endif
-
-#ifdef DEBUG
- #define DLog(...) NSLog(__VA_ARGS__)
-#else
- #define DLog(...)
-#endif
-
-#define ALog(...) NSLog(__VA_ARGS__)
-
-#ifndef enumerate
-#define enumerate(container,var) for(NSEnumerator* _enumerator = [container objectEnumerator]; var = [_enumerator nextObject]; )
-#endif
-
-#ifndef sizeofA
-#define sizeofA(a) (sizeof(a)/sizeof(a[0]))
-#endif