mirror of
https://github.com/edeproject/ede.git
synced 2023-08-10 21:13:03 +03:00
Commented unused function
This commit is contained in:
parent
c3912222cd
commit
afde0c641a
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user