From ee0fc25cf31050720f111266d39106d46306a21a Mon Sep 17 00:00:00 2001 From: Berthold Stoeger Date: Mon, 22 Oct 2018 12:42:09 +0200 Subject: 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 --- core/parse.h | 1 - 1 file changed, 1 deletion(-) (limited to 'core/parse.h') 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 -- cgit v1.2.3-70-g09d2