diff options
Diffstat (limited to 'fluid')
| -rw-r--r-- | fluid/Fl_Widget_Type.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fluid/Fl_Widget_Type.cxx b/fluid/Fl_Widget_Type.cxx index fe14742e1..6b86e6ae0 100644 --- a/fluid/Fl_Widget_Type.cxx +++ b/fluid/Fl_Widget_Type.cxx @@ -1968,7 +1968,7 @@ void textcolor_menu_cb(Fl_Menu_Button* i, void* v) { } void image_spacing_cb(Fl_Value_Input* i, void* v) { - Fl_Font n; int s; Fl_Color c; + int s; if (v == LOAD) { if (!current_widget->is_true_widget()) { i->deactivate(); |
