Commented unused function

This commit is contained in:
Sanel Zukan 2009-10-07 09:26:58 +00:00
parent c3912222cd
commit afde0c641a

View File

@ -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) { static void move_widget(Panel *self, Fl_Widget *o, int &sx, int &sy) {
int tx, ty, px, py; int tx, ty, px, py;
Fl_Widget *const *a; Fl_Widget *const *a;
@ -162,6 +163,7 @@ static void move_widget(Panel *self, Fl_Widget *o, int &sx, int &sy) {
o->parent()->redraw(); o->parent()->redraw();
} }
#endif
void Panel::do_layout(void) { void Panel::do_layout(void) {
E_RETURN_IF_FAIL(mgr.napplets() > 0); E_RETURN_IF_FAIL(mgr.napplets() > 0);