From abcc960e3a6a41973e8cd66fc528faf76745ffb8 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 5 Apr 2012 02:38:40 +0000 Subject: Fix subpatch creation (fix #826). git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4144 a436a847-0d15-0410-975c-d299462d15a1 --- src/gui/PatchWindow.cpp | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'src/gui/PatchWindow.cpp') diff --git a/src/gui/PatchWindow.cpp b/src/gui/PatchWindow.cpp index 6b3bc7a6..526b7fec 100644 --- a/src/gui/PatchWindow.cpp +++ b/src/gui/PatchWindow.cpp @@ -55,20 +55,6 @@ PatchWindow::init_window(App& app) _box->set_window(this); } -void -PatchWindow::set_patch_from_path(const Raul::Path& path, SharedPtr view) -{ - if (view) { - assert(view->patch()->path() == path); - _app->window_factory()->present_patch(view->patch(), this, view); - } else { - SharedPtr model = PtrCast( - _app->store()->object(path)); - if (model) - _app->window_factory()->present_patch(model, this); - } -} - void PatchWindow::on_show() { -- cgit v1.2.1