summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2019-10-10 14:35:03 -0600
committerPaul Davis <paul@linuxaudiosystems.com>2019-10-10 16:52:00 -0600
commitcb116ca6341d7eca9829e8666f8863e51af34a48 (patch)
treefb90b065044f43cf616c0fdfbce8071e84bc1b25
parent58595a839bfa3d9de38c514f3afa1e264a90cbfb (diff)
remove unused assignment
-rw-r--r--gtk2_ardour/editor_sources.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk2_ardour/editor_sources.cc b/gtk2_ardour/editor_sources.cc
index 231efee74d..73818435f9 100644
--- a/gtk2_ardour/editor_sources.cc
+++ b/gtk2_ardour/editor_sources.cc
@@ -873,6 +873,5 @@ EditorSources::get_state () const
void
EditorSources::set_state (const XMLNode & node)
{
- bool changed = false;
}