unused variable warning
[ardour.git] / libs / ardour / instrument_info.cc
index a2e1605b729b6effdd829f5a3d61d1cee80eaf07..282c21705e031c7aaebe99e4b7f964ff4fcda0f5 100644 (file)
@@ -185,7 +185,7 @@ InstrumentInfo::general_midi_patches()
 }
 
 string
-InstrumentInfo::get_plugin_patch_name (boost::shared_ptr<Processor> p, uint16_t bank, uint8_t program, uint8_t channel) const
+InstrumentInfo::get_plugin_patch_name (boost::shared_ptr<Processor> p, uint16_t bank, uint8_t program, uint8_t /*channel*/) const
 {
        boost::shared_ptr<PluginInsert> insert = boost::dynamic_pointer_cast<PluginInsert> (p);