Allow layers to be removed from groups without the user having to type the name of...
[synfig.git] / synfig-studio / trunk / src / synfigapp / actions / groupremovelayers.h
index c20369d..fe7265c 100644 (file)
@@ -52,9 +52,6 @@ private:
        // List contains the layers and their previous groups
        std::list<std::pair<synfig::Layer::Handle,synfig::String> > layer_list;
 
-       // The name of the new group
-       synfig::String group;
-
 public:
 
        GroupRemoveLayers();