Skip to content

Commit

Permalink
Fix version of removal of deprecated method
Browse files Browse the repository at this point in the history
Removal of methods breaks the ABI, hence we need to wait until 1.5.0
  • Loading branch information
Albrecht Schlosser committed May 25, 2019
1 parent bf50352 commit f711bb7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions FL/Fl_File_Input.H
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ public:
Returns \p FL_RED since FLTK 1.4.0 (default in 1.3.x).
Retained for backwards compatibility.
\deprecated Will be removed in FLTK 1.4.2 or higher.
\todo Remove Fl_File_Input::errorcolor() in FLTK 1.4.2 or higher.
\deprecated Will be removed in FLTK 1.5.0 or higher.
\todo Remove Fl_File_Input::errorcolor() in FLTK 1.5.0 or higher.
*/
Fl_Color errorcolor() const { return FL_RED; }

Expand All @@ -86,8 +86,8 @@ public:
Does nothing since FLTK 1.4.0. Retained for backwards compatibility.
\deprecated Will be removed in FLTK 1.4.2 or higher.
\todo Remove Fl_File_Input::errorcolor(Fl_Color) in FLTK 1.4.2 or higher.
\deprecated Will be removed in FLTK 1.5.0 or higher.
\todo Remove Fl_File_Input::errorcolor(Fl_Color) in FLTK 1.5.0 or higher.
*/
void errorcolor(Fl_Color c) {}

Expand Down

0 comments on commit f711bb7

Please sign in to comment.