Author: matt Date: 2009-11-01 12:25:47 -0800 (Sun, 01 Nov 2009) New Revision: 6923 Log: STR #2282: remove undocumented and unimplemented call to Fl::set_labeltype(Fl_Labeltype, Fl_Labeltye)
Modified: branches/branch-1.1/FL/Fl.H Modified: branches/branch-1.1/FL/Fl.H =================================================================== --- branches/branch-1.1/FL/Fl.H 2009-10-29 20:00:12 UTC (rev 6922) +++ branches/branch-1.1/FL/Fl.H 2009-11-01 20:25:47 UTC (rev 6923) @@ -235,7 +235,7 @@ // labeltypes: static void set_labeltype(Fl_Labeltype,Fl_Label_Draw_F*,Fl_Label_Measure_F*); - static void set_labeltype(Fl_Labeltype, Fl_Labeltype from); + /* static void set_labeltype(Fl_Labeltype, Fl_Labeltype from); (not implemented) */ // boxtypes: static Fl_Box_Draw_F *get_boxtype(Fl_Boxtype); _______________________________________________ fltk-commit mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-commit
