diff options
author | David Robillard <d@drobilla.net> | 2012-04-05 02:38:40 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-04-05 02:38:40 +0000 |
commit | abcc960e3a6a41973e8cd66fc528faf76745ffb8 (patch) | |
tree | 9d0f1674ad56b3de2f37ddb86119780f08a06da6 /src/gui/PatchWindow.hpp | |
parent | aa399711b4d87d9fbe9b116559aff5271177d416 (diff) | |
download | ingen-abcc960e3a6a41973e8cd66fc528faf76745ffb8.tar.gz ingen-abcc960e3a6a41973e8cd66fc528faf76745ffb8.tar.bz2 ingen-abcc960e3a6a41973e8cd66fc528faf76745ffb8.zip |
Fix subpatch creation (fix #826).
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4144 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/gui/PatchWindow.hpp')
-rw-r--r-- | src/gui/PatchWindow.hpp | 2 |
1 files changed, 0 insertions, 2 deletions
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<const PatchModel> patch() const { return _box->patch(); } PatchBox* box() const { return _box; } - void set_patch_from_path(const Raul::Path& path, SharedPtr<PatchView> view); - void show_documentation(const std::string& doc, bool html) { _box->show_documentation(doc, html); } |