summaryrefslogtreecommitdiffstats
path: root/src/gui/NodeControlWindow.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-09-24 03:39:42 +0000
committerDavid Robillard <d@drobilla.net>2011-09-24 03:39:42 +0000
commiteae593911c18a2f7a59c00920dfb5d09846e940d (patch)
tree33a4366e7c57a43fcdb375cdb851fa054548c6b2 /src/gui/NodeControlWindow.cpp
parent798b87c80285ff48017c3f60adacbe309e3c84e9 (diff)
downloadingen-eae593911c18a2f7a59c00920dfb5d09846e940d.tar.gz
ingen-eae593911c18a2f7a59c00920dfb5d09846e940d.tar.bz2
ingen-eae593911c18a2f7a59c00920dfb5d09846e940d.zip
Remove unnecessary request_property() and RequestMetadataEvent.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@3486 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/gui/NodeControlWindow.cpp')
-rw-r--r--src/gui/NodeControlWindow.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/gui/NodeControlWindow.cpp b/src/gui/NodeControlWindow.cpp
index 4fac3177..d5a304df 100644
--- a/src/gui/NodeControlWindow.cpp
+++ b/src/gui/NodeControlWindow.cpp
@@ -106,12 +106,6 @@ NodeControlWindow::resize()
void
NodeControlWindow::on_show()
{
- for (NodeModel::Ports::const_iterator i = _node->ports().begin();
- i != _node->ports().end(); ++i)
- if ((*i)->is_input() && App::instance().can_control(i->get()))
- App::instance().engine()->request_property((*i)->path(),
- App::instance().uris().ingen_value);
-
if (_position_stored)
move(_x, _y);