From 2de8ef5bc0f6874e9b3fa78e7468a9a6a2a174d5 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 6 Jan 2008 19:14:46 +0000 Subject: Tone down port colours a touch. git-svn-id: http://svn.drobilla.net/lad/patchage@1020 a436a847-0d15-0410-975c-d299462d15a1 --- src/PatchageEvent.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/PatchageEvent.cpp') diff --git a/src/PatchageEvent.cpp b/src/PatchageEvent.cpp index 08dc657..2ab921b 100644 --- a/src/PatchageEvent.cpp +++ b/src/PatchageEvent.cpp @@ -71,8 +71,6 @@ PatchageEvent::find_port(const Patchage* patchage, const PortRef& ref) void PatchageEvent::execute(Patchage* patchage) { - //cerr << "{ EXECUTING EVENT" << endl; - if (_type == REFRESH) { patchage->refresh(); } else if (_type == PORT_CREATION) { @@ -152,3 +150,4 @@ PatchageEvent::execute(Patchage* patchage) //cerr << "}" << endl << endl; } + -- cgit v1.2.1