summaryrefslogtreecommitdiffstats
path: root/qt-ui/maintab.cpp
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2014-06-10 13:18:16 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2014-06-10 13:18:16 -0700
commitf54849987e856f45990c2607470990ff5a8e8f8b (patch)
tree04a35f76b2ecdeaa69637d4900a14ae50270e633 /qt-ui/maintab.cpp
parent52c7b6d93458050256410d79863e35afe7fa9507 (diff)
downloadsubsurface-f54849987e856f45990c2607470990ff5a8e8f8b.tar.gz
Remove unused variable
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/maintab.cpp')
-rw-r--r--qt-ui/maintab.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/qt-ui/maintab.cpp b/qt-ui/maintab.cpp
index ae2876bab..5a718ef17 100644
--- a/qt-ui/maintab.cpp
+++ b/qt-ui/maintab.cpp
@@ -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++) {