From 59295b52a1b34054097f022857f5c9df8befb1bc Mon Sep 17 00:00:00 2001 From: ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> Date: Thu, 23 Jan 2020 15:44:14 +0100 Subject: [PATCH] Remove unnecessary extern declaration --- src/Fl_Group.cxx | 2 -- 1 file changed, 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;