diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2009-09-27 11:39:02 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2009-09-27 11:39:02 +0000 |
| commit | a735162e981a57d629dd7fe460328dbc36287996 (patch) | |
| tree | 0713b04452746bcac5253a7e51b69e6713b2efb3 /FL/Fl_Group.H | |
| parent | bc063e345f3d1f872dc2290433362752db88fa17 (diff) | |
Starting to consolidate all bits used in Fl_Widget::flags_
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6904 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'FL/Fl_Group.H')
| -rw-r--r-- | FL/Fl_Group.H | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/FL/Fl_Group.H b/FL/Fl_Group.H index c3898db03..b1514f2c0 100644 --- a/FL/Fl_Group.H +++ b/FL/Fl_Group.H @@ -58,8 +58,6 @@ class FL_EXPORT Fl_Group : public Fl_Widget { Fl_Group& operator=(const Fl_Group&); protected: - enum { CLIP_CHILDREN = 2048 }; - void draw(); void draw_child(Fl_Widget& widget) const; void draw_children(); |
