13
0

Make Editor::set_state work again.

git-svn-id: svn://localhost/ardour2/branches/3.0@6646 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2010-02-07 23:05:39 +00:00
parent 3ae1bd3723
commit 34ea7bb5c7

View File

@ -2198,8 +2198,6 @@ Editor::set_state (const XMLNode& node, int /*version*/)
int x, y, xoff, yoff;
Gdk::Geometry g;
return 0;
if ((prop = node.property ("id")) != 0) {
_id = prop->value ();
}