--- qsampler/trunk/src/qsamplerDeviceForm.ui.h 2005/03/15 15:32:29 463 +++ qsampler/trunk/src/qsamplerDeviceForm.ui.h 2005/03/15 15:38:26 464 @@ -420,7 +420,6 @@ m_iDirtySetup++; // Table 1st column has the parameter name; - const qsamplerDeviceParamMap& params = device.params(); const QString sParam = DeviceParamTable->text(iRow, 0); const QString sValue = DeviceParamTable->text(iRow, iCol); @@ -495,7 +494,6 @@ m_iDirtySetup++; // Table 1st column has the parameter name; - const qsamplerDeviceParamMap& params = pPort->params(); const QString sParam = DevicePortParamTable->text(iRow, 0); const QString sValue = DevicePortParamTable->text(iRow, iCol);