Remove unused variable, silence compiler warning

warning: unused variable ‘dy’ [-Wunused-variable]
This commit is contained in:
Albrecht Schlosser
2023-09-29 16:27:03 +02:00
parent 144d7d3529
commit a1f47148a3
-1
View File
@@ -925,7 +925,6 @@ void Fl_Tabs::draw_tab(int x1, int x2, int W, int H, Fl_Widget* o, int flags, in
x2 += tab_offset;
int sel = (what == SELECTED);
int dh = Fl::box_dh(box());
int dy = Fl::box_dy(box());
int wc = 0; // width of "close" button if drawn, or 0
char prev_draw_shortcut = fl_draw_shortcut;
fl_draw_shortcut = 1;