mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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>
This commit is contained in:
parent
9c6d24e50e
commit
ee0fc25cf3
3 changed files with 0 additions and 20 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue