mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Fix a couple of warnings
Removing unused variables. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
fe2eabf375
commit
60a5d1d070
2 changed files with 0 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue