summaryrefslogtreecommitdiff
path: root/gtk2_ardour/route_ui.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2010-11-12 22:32:36 +0000
committerCarl Hetherington <carl@carlh.net>2010-11-12 22:32:36 +0000
commit08b303c334bc74ec9c5a4dc5292cc59f377e3f75 (patch)
treeee6c4a1a67a0e2ba08b5c8c616423010079bc160 /gtk2_ardour/route_ui.h
parenta0b75ed66eddcd06b36cc8bfe3edf6280b887dad (diff)
Convert 2.X route extra-xml to 3.0 format when it is loaded, to prevent multiple near-duplicate extra XML nodes in the resultant 3.0 session file.
git-svn-id: svn://localhost/ardour2/branches/3.0@8014 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/route_ui.h')
-rw-r--r--gtk2_ardour/route_ui.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk2_ardour/route_ui.h b/gtk2_ardour/route_ui.h
index 444b45147e..d2df30dad7 100644
--- a/gtk2_ardour/route_ui.h
+++ b/gtk2_ardour/route_ui.h
@@ -110,7 +110,6 @@ class RouteUI : public virtual AxisView
XMLNode *xml_node;
void ensure_xml_node ();
- int _xml_node_version;
virtual XMLNode* get_automation_child_xml_node (Evoral::Parameter);