remove gtk2_ardour/*.bindings from .gitignore
[ardour.git] / gtk2_ardour / gui_object.h
index ee6d1cdf4ccaf42a2b4277dab98fd790687bcc09..39cf579fb5def7108a17a9bdaade0a2d1ac7df4a 100644 (file)
@@ -53,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;
 };