Remove unused variable
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
52c7b6d934
commit
f54849987e
@ -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++) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user