From 466f1cdbe5f41a688112ebd462309e7679181f59 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 18 Jun 2006 00:49:37 +0000 Subject: Set cursor in on_map instead of on_show (which segfaults sometimes?) git-svn-id: http://svn.drobilla.net/lad/grauph@50 a436a847-0d15-0410-975c-d299462d15a1 --- src/libs/engine/ObjectSender.cpp | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/libs/engine/ObjectSender.cpp') diff --git a/src/libs/engine/ObjectSender.cpp b/src/libs/engine/ObjectSender.cpp index b5eb458d..24191a5d 100644 --- a/src/libs/engine/ObjectSender.cpp +++ b/src/libs/engine/ObjectSender.cpp @@ -51,16 +51,8 @@ ObjectSender::send_patch(ClientInterface* client, const Patch* patch) for (List::const_iterator j = patch->nodes().begin(); j != patch->nodes().end(); ++j) { const Node* const node = (*j); - //const Port* const port = node->as_port(); // NULL unless a bridge node send_node(client, node); - - usleep(100); - - // If this is a bridge (input/output) node, send the patch control value as well - //if (port && port->port_info()->is_control()) - // client->control_change(port->path(), - // ((PortBase*)port)->buffer(0)->value_at(0)); } for (List::const_iterator j = patch->connections().begin(); -- cgit v1.2.1