Remove unused variable

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2014-06-10 13:18:16 -07:00
parent 52c7b6d934
commit f54849987e

View file

@ -533,7 +533,6 @@ void MainTab::updateDiveInfo(int dive)
// now let's get some gas use statistics
QVector<QPair<QString, int> > gasUsed;
QString gasUsedString;
QPair<QString, int> topGases[20] = { };
volume_t vol;
selectedDivesGasUsed(gasUsed);
for (int j = 0; j < 20; j++) {