Author: manolo
Date: 2010-12-27 03:25:57 -0800 (Mon, 27 Dec 2010)
New Revision: 8120
Log:
Removed useless statements.

Modified:
   branches/branch-1.3/src/fl_font_mac.cxx

Modified: branches/branch-1.3/src/fl_font_mac.cxx
===================================================================
--- branches/branch-1.3/src/fl_font_mac.cxx     2010-12-27 11:25:09 UTC (rev 
8119)
+++ branches/branch-1.3/src/fl_font_mac.cxx     2010-12-27 11:25:57 UTC (rev 
8120)
@@ -421,11 +421,6 @@
 
 
 void fl_draw(const char *str, int n, float x, float y) {
-  
-  if(fl_graphics_driver->type() != Fl_Quartz_Graphics_Driver::device_type) {
-    fl_graphics_driver->draw(str, n, (int)x, (int)y );
-    return;
-    }
   // avoid a crash if no font has been selected by user yet !
   check_default_font();
   // convert to UTF-16 first

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

Reply via email to