summaryrefslogtreecommitdiffstats
path: root/src/gui/PatchCanvas.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/PatchCanvas.hpp')
-rw-r--r--src/gui/PatchCanvas.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui/PatchCanvas.hpp b/src/gui/PatchCanvas.hpp
index 2e876e4f..cd9e038f 100644
--- a/src/gui/PatchCanvas.hpp
+++ b/src/gui/PatchCanvas.hpp
@@ -65,7 +65,6 @@ public:
virtual ~PatchCanvas() {}
void build();
- void arrange(bool use_length_hints, bool center);
void show_human_names(bool show);
void show_port_names(bool show);
bool show_port_names() const { return _show_port_names; }