summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2014-01-27 13:52:48 -0500
committerPaul Davis <paul@linuxaudiosystems.com>2014-01-27 14:20:19 -0500
commitb8d31a370ad1473690f95ad92af6a4ef6bd774bd (patch)
treef06703bc12fa6b14e20a1a028f33547cce6c84fb
parent241c1aaaede2db1e4444070ec498730009b8ab7b (diff)
comment unused function argument
-rw-r--r--gtk2_ardour/sfdb_ui.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/sfdb_ui.cc b/gtk2_ardour/sfdb_ui.cc
index 39b7a33525..4b89cd51fe 100644
--- a/gtk2_ardour/sfdb_ui.cc
+++ b/gtk2_ardour/sfdb_ui.cc
@@ -116,7 +116,7 @@ importmode2string (ImportMode mode)
return _("as new tracks");
}
-SoundFileBox::SoundFileBox (bool persistent)
+SoundFileBox::SoundFileBox (bool /*persistent*/)
: table (6, 2),
length_clock ("sfboxLengthClock", true, "", false, false, true, false),
timecode_clock ("sfboxTimecodeClock", true, "", false, false, false, false),