summaryrefslogtreecommitdiff
path: root/gtk2_ardour/gui_object.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/gui_object.h')
-rw-r--r--gtk2_ardour/gui_object.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/gtk2_ardour/gui_object.h b/gtk2_ardour/gui_object.h
index 694a5e9212..dd56f4b34c 100644
--- a/gtk2_ardour/gui_object.h
+++ b/gtk2_ardour/gui_object.h
@@ -34,15 +34,13 @@ class GUIObjectState
{
public:
GUIObjectState ();
-
+
XMLNode& get_state () const;
int set_state (const XMLNode&);
static const std::string xml_node_name;
void load (const XMLNode&);
- GUIObjectState& operator= (const GUIObjectState& other);
-
std::string get_string (const std::string& id, const std::string& prop_name, bool* empty = 0);
template<typename T> void set (const std::string& id, const std::string& prop_name, const T& val) {
@@ -59,7 +57,6 @@ public:
static XMLNode* get_or_add_node (XMLNode *, const std::string &);
private:
-
XMLNode _state;
};