diff options
author | Berthold Stoeger <bstoeger@mail.tuwien.ac.at> | 2018-10-22 12:42:09 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2018-10-22 09:07:27 -0400 |
commit | ee0fc25cf31050720f111266d39106d46306a21a (patch) | |
tree | ffe3961251fbecd630a06161769b9ce846e8bf2a /core/parse.h | |
parent | 9c6d24e50e223b62ce338ae4e802942c25da6872 (diff) | |
download | subsurface-ee0fc25cf31050720f111266d39106d46306a21a.tar.gz |
Parser: remove webservice related code
Recently, the subsurface webservice was removed. Remove the corresponding
code in the parser. This removes a static variable, which was used
to generate unique dive-site ids.
Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
Diffstat (limited to 'core/parse.h')
-rw-r--r-- | core/parse.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/parse.h b/core/parse.h index 8575fd46a..bcdbe03c6 100644 --- a/core/parse.h +++ b/core/parse.h @@ -46,7 +46,6 @@ enum import_source { LIBDIVECOMPUTER, DIVINGLOG, UDDF, - SSRF_WS, } import_source; /* the dive table holds the overall dive list; target table points at |