Remove unnecessary extern declaration

This commit is contained in:
ManoloFLTK 2020-01-23 15:44:14 +01:00
parent a47df74431
commit 59295b52a1
1 changed files with 0 additions and 2 deletions

View File

@ -853,8 +853,6 @@ void Fl_Group::draw_child(Fl_Widget& widget) const {
}
}
extern char fl_draw_shortcut;
/** Parents normally call this to draw outside labels of child widgets. */
void Fl_Group::draw_outside_label(const Fl_Widget& widget) const {
if (!widget.visible()) return;