13
0

Remove erroneous assert which I added earlier.

git-svn-id: svn://localhost/ardour2/branches/3.0@9786 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2011-07-02 22:34:36 +00:00
parent deef858857
commit 757d9565ca

View File

@ -3516,7 +3516,6 @@ Editor::pane_allocation_handler (Allocation &alloc, Paned* which)
static Pane done;
XMLNode* geometry = find_named_node (*node, "geometry");
assert (geometry);
if (which == static_cast<Paned*> (&edit_pane)) {