summaryrefslogtreecommitdiffstats
path: root/src/progs/ingenuity/OmModule.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2006-09-14 23:14:53 +0000
committerDavid Robillard <d@drobilla.net>2006-09-14 23:14:53 +0000
commitf9f760893e4fa1ff850becf7d98bd4c6af8b8d73 (patch)
tree1cf83435ef5ee08c31bb9ddc11b9dbca96264158 /src/progs/ingenuity/OmModule.cpp
parenta100c20612fc4f7f30372f579e355f782befa7e2 (diff)
downloadingen-f9f760893e4fa1ff850becf7d98bd4c6af8b8d73.tar.gz
ingen-f9f760893e4fa1ff850becf7d98bd4c6af8b8d73.tar.bz2
ingen-f9f760893e4fa1ff850becf7d98bd4c6af8b8d73.zip
Patch port and breadcrumb fixes.
git-svn-id: http://svn.drobilla.net/lad/ingen@135 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/progs/ingenuity/OmModule.cpp')
-rw-r--r--src/progs/ingenuity/OmModule.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/progs/ingenuity/OmModule.cpp b/src/progs/ingenuity/OmModule.cpp
index 9e06d910..489b035a 100644
--- a/src/progs/ingenuity/OmModule.cpp
+++ b/src/progs/ingenuity/OmModule.cpp
@@ -118,14 +118,6 @@ OmModule::store_location()
void
-OmModule::move_to(double x, double y)
-{
- Module::move_to(x, y);
- //store_location();
-}
-
-
-void
OmModule::on_right_click(GdkEventButton* event)
{
m_menu.popup(event->button, event->time);