diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2013-11-21 15:50:56 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-11-21 15:50:56 -0800 |
commit | 60a5d1d07056887ab9aa1c9468db64b4c7850401 (patch) | |
tree | 38030c574fdb0a321b1eb29082ef01bf9359b3a8 /qt-ui | |
parent | fe2eabf3756c9883ee8e8c145e5cd12d8d336933 (diff) | |
download | subsurface-60a5d1d07056887ab9aa1c9468db64b4c7850401.tar.gz |
Fix a couple of warnings
Removing unused variables.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui')
-rw-r--r-- | qt-ui/maintab.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/qt-ui/maintab.cpp b/qt-ui/maintab.cpp index e3cf0bccb..363158ec8 100644 --- a/qt-ui/maintab.cpp +++ b/qt-ui/maintab.cpp @@ -275,7 +275,6 @@ void MainTab::updateDiveInfo(int dive) // If exactly one trip has been selected, we show the location / notes // for the trip in the Info tab, otherwise we show the info of the // selected_dive - volume_t sacVal; temperature_t temp; struct dive *prevd; struct dive *d = get_dive(dive); |