diff options
author | jan Iversen <jan@casacondor.com> | 2020-01-19 18:52:36 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2020-01-20 15:49:02 -0800 |
commit | 1f51251f1b80304d65c36b46cfa84ba892a62683 (patch) | |
tree | e8063a09331d8259b6ef43eb1593e69e866caf32 /tests/testplannershared.h | |
parent | 6db7e6d278365936ca866b3c87bcbef8a9afd13c (diff) | |
download | subsurface-1f51251f1b80304d65c36b46cfa84ba892a62683.tar.gz |
backend-shared: remove asc/desc functions
Ascent/Descent rate functions are fully implemented in diveplannermodel,
therefore remove these functions.
Signed-off-by: jan Iversen <jan@casacondor.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'tests/testplannershared.h')
-rw-r--r-- | tests/testplannershared.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/testplannershared.h b/tests/testplannershared.h index fb483149b..73ce8aa9c 100644 --- a/tests/testplannershared.h +++ b/tests/testplannershared.h @@ -10,7 +10,6 @@ private slots: void initTestCase(); // test case grouping correspond to panels diveplanner window - void test_rates(); void test_planning(); void test_gas(); void test_notes(); |