From 6b18de71d1c603255b263a64434005306f152f13 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 19 Feb 2011 05:10:29 +0000 Subject: Save/load patches as nested bundles (fix ticket #520). Sane (context-based, ala RDF quads) approach to the problem of externally visible / internally visible properties. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@2993 a436a847-0d15-0410-975c-d299462d15a1 --- src/gui/PatchView.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/gui/PatchView.cpp') diff --git a/src/gui/PatchView.cpp b/src/gui/PatchView.cpp index 21717f55..1313f65e 100644 --- a/src/gui/PatchView.cpp +++ b/src/gui/PatchView.cpp @@ -77,10 +77,6 @@ PatchView::set_patch(SharedPtr patch) _poly_spin->set_value(patch->internal_poly()); - for (GraphObject::Properties::const_iterator i = patch->meta().properties().begin(); - i != patch->meta().properties().end(); ++i) - property_changed(i->first, i->second); - for (GraphObject::Properties::const_iterator i = patch->properties().begin(); i != patch->properties().end(); ++i) property_changed(i->first, i->second); -- cgit v1.2.1