summaryrefslogtreecommitdiffstats
path: root/src/gui
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui')
-rw-r--r--src/gui/PatchPortModule.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui/PatchPortModule.cpp b/src/gui/PatchPortModule.cpp
index a4482449..49877e5f 100644
--- a/src/gui/PatchPortModule.cpp
+++ b/src/gui/PatchPortModule.cpp
@@ -123,7 +123,6 @@ void
PatchPortModule::set_name(const std::string& n)
{
_port->set_label(n.c_str());
- //_must_resize = true;
}
void