summaryrefslogtreecommitdiffstats
path: root/src/progs/ingenuity/OmModule.cpp
diff options
context:
space:
mode:
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);