diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/PatchageModule.hpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/PatchageModule.hpp b/src/PatchageModule.hpp index 3490088..1092906 100644 --- a/src/PatchageModule.hpp +++ b/src/PatchageModule.hpp @@ -58,11 +58,6 @@ public: sigc::mem_fun(this, &PatchageModule::menu_disconnect_all))); } - void move(double dx, double dy) { - FlowCanvas::Module::move(dx, dy); - store_location(); - } - void load_location() { boost::shared_ptr<Canvas> canvas = _canvas.lock(); if (!canvas) |