summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2011-07-02 22:34:36 +0000
committerCarl Hetherington <carl@carlh.net>2011-07-02 22:34:36 +0000
commit757d9565ca09f301feae53e3851052170387aa0c (patch)
tree52c237cac2de0f65b02b7d78b5aa7af7772e6c09
parentdeef858857450e8cbf7ec9e325cb4516495f21a1 (diff)
Remove erroneous assert which I added earlier.
git-svn-id: svn://localhost/ardour2/branches/3.0@9786 d708f5d6-7413-0410-9779-e7cbd77b26cf
-rw-r--r--gtk2_ardour/editor.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk2_ardour/editor.cc b/gtk2_ardour/editor.cc
index 1893fd361a..8972980011 100644
--- a/gtk2_ardour/editor.cc
+++ b/gtk2_ardour/editor.cc
@@ -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)) {