summaryrefslogtreecommitdiffstats
path: root/src/gui/PatchWindow.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/PatchWindow.hpp')
-rw-r--r--src/gui/PatchWindow.hpp2
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);
}