From 5a7beed295e6c8cee627774b9ca4d2e0eff510c1 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 14 Jun 2006 18:23:57 +0000 Subject: Removed unused cruft from GTK client git-svn-id: http://svn.drobilla.net/lad/grauph@37 a436a847-0d15-0410-975c-d299462d15a1 --- src/progs/gtk/Controller.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/progs/gtk/Controller.cpp') 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]; -- cgit v1.2.1