mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Remove unused variable
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
52c7b6d934
commit
f54849987e
1 changed files with 0 additions and 1 deletions
|
@ -533,7 +533,6 @@ void MainTab::updateDiveInfo(int dive)
|
||||||
// now let's get some gas use statistics
|
// now let's get some gas use statistics
|
||||||
QVector<QPair<QString, int> > gasUsed;
|
QVector<QPair<QString, int> > gasUsed;
|
||||||
QString gasUsedString;
|
QString gasUsedString;
|
||||||
QPair<QString, int> topGases[20] = { };
|
|
||||||
volume_t vol;
|
volume_t vol;
|
||||||
selectedDivesGasUsed(gasUsed);
|
selectedDivesGasUsed(gasUsed);
|
||||||
for (int j = 0; j < 20; j++) {
|
for (int j = 0; j < 20; j++) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue