Author: manolo
Date: 2010-11-18 10:39:32 -0800 (Thu, 18 Nov 2010)
New Revision: 7872
Log:
Removed USE_QUARTZ, __APPLE_COCOA__, __APPLE_QD__ that are no longer used


Modified:
   branches/branch-1.3/configh.in

Modified: branches/branch-1.3/configh.in
===================================================================
--- branches/branch-1.3/configh.in      2010-11-18 14:41:42 UTC (rev 7871)
+++ branches/branch-1.3/configh.in      2010-11-18 18:39:32 UTC (rev 7872)
@@ -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__
 
 
 /*

_______________________________________________
fltk-commit mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-commit

Reply via email to