Skip to content

Commit

Permalink
fluid: Don't call obsolete Fl::scheme().
Browse files Browse the repository at this point in the history
  • Loading branch information
original-male committed Apr 24, 2012
1 parent a9b8dbe commit f9ef6c8
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions fluid/fluid.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -1739,25 +1739,8 @@ extern void fill_in_New_Menu();
void scheme_cb(Fl_Choice *, void *) {
if (compile_only)
return;

switch (scheme_choice->value()) {
case 0 : // Default
Fl::scheme(NULL);
break;
case 1 : // None
Fl::scheme("none");
break;
case 2 : // Plastic
Fl::scheme("plastic");
break;
case 3 : // GTK+
Fl::scheme("gtk+");
break;
}

fluid_prefs.set("scheme", scheme_choice->value());
}

void toggle_widgetbin_cb(Fl_Widget *, void *) {
if (!widgetbin_panel) {
make_widgetbin();
Expand Down

0 comments on commit f9ef6c8

Please sign in to comment.