summaryrefslogtreecommitdiffstats
path: root/src/gui/PatchPortModule.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-12-01 03:40:57 +0000
committerDavid Robillard <d@drobilla.net>2011-12-01 03:40:57 +0000
commit3fbbae59dc5f6ea3f610777fa19199a29f48ac91 (patch)
treec86338a8c0e2f0ad9bb07c9badbece9062e63a45 /src/gui/PatchPortModule.cpp
parent22b2c802b1a39f72ea431a8a0ace1a1a3ae6048f (diff)
downloadingen-3fbbae59dc5f6ea3f610777fa19199a29f48ac91.tar.gz
ingen-3fbbae59dc5f6ea3f610777fa19199a29f48ac91.tar.bz2
ingen-3fbbae59dc5f6ea3f610777fa19199a29f48ac91.zip
Remove menu stuff from FlowCanvas.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@3717 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/gui/PatchPortModule.cpp')
-rw-r--r--src/gui/PatchPortModule.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui/PatchPortModule.cpp b/src/gui/PatchPortModule.cpp
index 51669f6d..670de9e9 100644
--- a/src/gui/PatchPortModule.cpp
+++ b/src/gui/PatchPortModule.cpp
@@ -79,7 +79,6 @@ PatchPortModule::app() const
bool
PatchPortModule::show_menu(GdkEventButton* ev)
{
- std::cout << "PPM SHOW MENU" << std::endl;
return _port->show_menu(ev);
}