summaryrefslogtreecommitdiff
path: root/ide/Xcode3/fltk.pch
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2014-12-20 15:04:40 +0000
committerManolo Gouy <Manolo>2014-12-20 15:04:40 +0000
commit006d86b7e904525ee060426dd9ac4ee3ef2c4dfc (patch)
treee85e770fcb7a73a34c7b8823a87c508d80b0aeb3 /ide/Xcode3/fltk.pch
parent09230a9878ea780ada3e807c5263b586a7aeda0d (diff)
Removed the Xcode3 directory altogether because Xcode3 is very old
and because Xcode3 opens very well the Xcode4 ide anyway. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10502 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'ide/Xcode3/fltk.pch')
-rw-r--r--ide/Xcode3/fltk.pch11
1 files changed, 0 insertions, 11 deletions
diff --git a/ide/Xcode3/fltk.pch b/ide/Xcode3/fltk.pch
deleted file mode 100644
index 05a9d2508..000000000
--- a/ide/Xcode3/fltk.pch
+++ /dev/null
@@ -1,11 +0,0 @@
-//
-// Prefix header for all source files
-//
-
-#ifdef __OBJC__
-#import <Cocoa/Cocoa.h>
-#endif
-
-#ifdef FL_LIBRARY
-#include <ApplicationServices/ApplicationServices.h>
-#endif