Removed USE_QUARTZ, __APPLE_COCOA__, __APPLE_QD__ that are no longer used

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7872 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Manolo Gouy 2010-11-18 18:39:32 +00:00
parent 037519a9b8
commit 8fa3fc272a
1 changed files with 4 additions and 12 deletions

View File

@ -117,22 +117,14 @@
#define USE_XDBE HAVE_XDBE
/*
* USE_QUARTZ:
* __APPLE_QUARTZ__:
*
* Use Quartz instead of Quickdraw on Apple Mac OS X machines.
* FLTK was originally ported to Quickdraw which is no longer
* supported by Apple. If USE_QUARTZ is defined, FLTK will be
* compiled using Quartz instead. This flag has no meaning on
* other operating systems.
*
* USE_QUARTZ is deprecated because all Apple implementations
* are now based on Quartz and Cocoa. Use __APPLE__ instead.
* All Apple implementations are now based on Quartz and Cocoa,
* so this flag should always be on for Mac OS X. This flag has
* no meaning on operating systems other than Mac OS X.
*/
#define USE_QUARTZ 0
#undef __APPLE_QUARTZ__
#undef __APPLE_COCOA__
#undef __APPLE_QD__
/*