Code

Cleanup public/private, doxygen comments
[inkscape.git] / src / sp-item-group.h
index b78291074697f8c30af899a26d164bf3b461703a..a677d08d7f124498383386e3b998675d97fe8b2c 100644 (file)
@@ -79,8 +79,6 @@ public:
     gint getItemCount();
 
 protected:
-    enum Action { ActionGeneral, ActionBBox, ActionUpdate, ActionShow };
-    virtual GSList *_childList(bool add_ref, Action action = ActionGeneral);
     virtual void _showChildren (NRArena *arena, NRArenaItem *ai, unsigned int key, unsigned int flags);
 
     SPGroup *_group;