X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Fgui_object.h;h=39cf579fb5def7108a17a9bdaade0a2d1ac7df4a;hb=5e7c7e52bd482dbdf8629b284781543975672766;hp=469d311485dfe592a5ab3dcbe664a71b0c4e5731;hpb=27a1cf2cf73703267cac5bda2acca386afb374b3;p=ardour.git diff --git a/gtk2_ardour/gui_object.h b/gtk2_ardour/gui_object.h index 469d311485..39cf579fb5 100644 --- a/gtk2_ardour/gui_object.h +++ b/gtk2_ardour/gui_object.h @@ -28,8 +28,6 @@ #include "pbd/xml++.h" #include "pbd/id.h" -#include "i18n.h" - class GUIObjectState { public: @@ -55,7 +53,9 @@ public: static XMLNode* get_node (const XMLNode *, const std::string &); XMLNode* get_or_add_node (const std::string &); static XMLNode* get_or_add_node (XMLNode *, const std::string &); - + + void remove_node (const std::string& id); + private: XMLNode _state; };