X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-studio%2Ftrunk%2Fsrc%2Fsynfigapp%2Factions%2Fgroupremovelayers.h;h=3135e83c8b0f37912636af68222e5343755dea2b;hb=9459638ad6797b8139f1e9f0715c96076dbf0890;hp=c20369df3d842373d255dadd34799596da029f1d;hpb=837b63e9fb829d66d43f4f169861f8979f76820d;p=synfig.git diff --git a/synfig-studio/trunk/src/synfigapp/actions/groupremovelayers.h b/synfig-studio/trunk/src/synfigapp/actions/groupremovelayers.h index c20369d..3135e83 100644 --- a/synfig-studio/trunk/src/synfigapp/actions/groupremovelayers.h +++ b/synfig-studio/trunk/src/synfigapp/actions/groupremovelayers.h @@ -6,6 +6,7 @@ ** ** \legal ** Copyright (c) 2002-2005 Robert B. Quattlebaum Jr., Adrian Bentley +** Copyright (c) 2007 Chris Moore ** ** This package is free software; you can redistribute it and/or ** modify it under the terms of the GNU General Public License as @@ -52,9 +53,6 @@ private: // List contains the layers and their previous groups std::list > layer_list; - // The name of the new group - synfig::String group; - public: GroupRemoveLayers();