comment unused function argument

This commit is contained in:
Paul Davis
2014-01-27 13:52:48 -05:00
parent 241c1aaaed
commit b8d31a370a

View File

@@ -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),