diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2020-01-23 15:44:14 +0100 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2020-01-23 15:44:14 +0100 |
| commit | 59295b52a1b34054097f022857f5c9df8befb1bc (patch) | |
| tree | 4577486fba2b86da081ea079aa798cc712d9de37 | |
| parent | a47df744310de9fb8cc5d12c9685a3d4fa564110 (diff) | |
Remove unnecessary extern declaration
| -rw-r--r-- | src/Fl_Group.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Fl_Group.cxx b/src/Fl_Group.cxx index db829d949..4d4c3df61 100644 --- a/src/Fl_Group.cxx +++ b/src/Fl_Group.cxx @@ -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; |
