From afde0c641a60d8bcc759ebf2f26bda1db1a569ec Mon Sep 17 00:00:00 2001 From: Sanel Zukan Date: Wed, 7 Oct 2009 09:26:58 +0000 Subject: [PATCH] Commented unused function --- ede-panel/Panel.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ede-panel/Panel.cpp b/ede-panel/Panel.cpp index e8f71eb..cad4701 100644 --- a/ede-panel/Panel.cpp +++ b/ede-panel/Panel.cpp @@ -104,6 +104,7 @@ static void add_from_list(WidgetList &lst, Panel *self, int &X, bool inc) { } } +#if 0 static void move_widget(Panel *self, Fl_Widget *o, int &sx, int &sy) { int tx, ty, px, py; Fl_Widget *const *a; @@ -162,6 +163,7 @@ static void move_widget(Panel *self, Fl_Widget *o, int &sx, int &sy) { o->parent()->redraw(); } +#endif void Panel::do_layout(void) { E_RETURN_IF_FAIL(mgr.napplets() > 0);