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.hpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/gui/PatchWindow.hpp') diff --git a/src/gui/PatchWindow.hpp b/src/gui/PatchWindow.hpp index 9ed46a40..c1540c66 100644 --- a/src/gui/PatchWindow.hpp +++ b/src/gui/PatchWindow.hpp @@ -50,8 +50,6 @@ public: SharedPtr patch() const { return _box->patch(); } PatchBox* box() const { return _box; } - void set_patch_from_path(const Raul::Path& path, SharedPtr view); - void show_documentation(const std::string& doc, bool html) { _box->show_documentation(doc, html); } -- cgit v1.2.1