summaryrefslogtreecommitdiffstats
path: root/src/gui/PatchWindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/PatchWindow.cpp')
-rw-r--r--src/gui/PatchWindow.cpp14
1 files changed, 0 insertions, 14 deletions
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
@@ -56,20 +56,6 @@ PatchWindow::init_window(App& app)
}
void
-PatchWindow::set_patch_from_path(const Raul::Path& path, SharedPtr<PatchView> view)
-{
- if (view) {
- assert(view->patch()->path() == path);
- _app->window_factory()->present_patch(view->patch(), this, view);
- } else {
- SharedPtr<const PatchModel> model = PtrCast<const PatchModel>(
- _app->store()->object(path));
- if (model)
- _app->window_factory()->present_patch(model, this);
- }
-}
-
-void
PatchWindow::on_show()
{
if (_position_stored)