summaryrefslogtreecommitdiffstats
path: root/src/progs/gtk/Controller.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/progs/gtk/Controller.cpp')
-rw-r--r--src/progs/gtk/Controller.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/progs/gtk/Controller.cpp b/src/progs/gtk/Controller.cpp
index 9a85914b..9bf9aca5 100644
--- a/src/progs/gtk/Controller.cpp
+++ b/src/progs/gtk/Controller.cpp
@@ -16,10 +16,8 @@
#include "PatchModel.h"
#include "PatchController.h"
-#include "ControlInterface.h"
#include "OSCModelEngineInterface.h"
#include "OSCListener.h"
-//#include "GtkClientInterface.h"
#include "PatchLibrarian.h"
#include "Controller.h"
#include "Loader.h"
@@ -90,7 +88,7 @@ Controller::create_patch_from_model(const PatchModel* pm)
//int id = get_next_request_id();
//set_wait_response_id(id);
- create_patch_from_model(pm);
+ OSCModelEngineInterface::create_patch_from_model(pm);
if (pm->parent()) {
// wait_for_response();
char temp_buf[16];