diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2014-06-01 20:59:41 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-06-01 21:00:09 -0700 |
commit | d740ad1317084ebc3ea9abfa66a1d18fed41d675 (patch) | |
tree | 6d9d16ef4a15d562d952c52482415800388387f5 /qt-ui/diveplanner.h | |
parent | 28093ae957548d5fc1e4d373ca0a345cc1be5069 (diff) | |
download | subsurface-d740ad1317084ebc3ea9abfa66a1d18fed41d675.tar.gz |
Convert plot_gas_value to gasmix
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/diveplanner.h')
-rw-r--r-- | qt-ui/diveplanner.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/qt-ui/diveplanner.h b/qt-ui/diveplanner.h index eb6bf217e..526e1c5fd 100644 --- a/qt-ui/diveplanner.h +++ b/qt-ui/diveplanner.h @@ -137,7 +137,6 @@ private: Ui::DivePlanner ui; }; -QString gasToStr(gasmix gas); QString dpGasToStr(const divedatapoint &p); #endif // DIVEPLANNER_H |