Author: AlbrechtS Date: 2010-03-20 05:54:14 -0700 (Sat, 20 Mar 2010) New Revision: 7309 Log: removed "#undef FL_PLUGIN_VERBOSE" since this would prevent compiling with "-DFL_PLUGIN_VERBOSE"
Modified: branches/branch-1.3/src/Fl_Preferences.cxx Modified: branches/branch-1.3/src/Fl_Preferences.cxx =================================================================== --- branches/branch-1.3/src/Fl_Preferences.cxx 2010-03-20 08:52:18 UTC (rev 7308) +++ branches/branch-1.3/src/Fl_Preferences.cxx 2010-03-20 12:54:14 UTC (rev 7309) @@ -25,8 +25,6 @@ // http://www.fltk.org/str.php // -#undef FL_PLUGIN_VERBOSE - #include <FL/Fl.H> #include <FL/Fl_Preferences.H> #include <FL/Fl_Plugin.H> _______________________________________________ fltk-commit mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-commit
