aboutsummaryrefslogtreecommitdiffstats
path: root/core/parse-xml.c
diff options
context:
space:
mode:
authorGravatar Miika Turkia <miika.turkia@gmail.com>2017-11-27 20:03:05 +0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2017-11-27 13:42:10 -0800
commit568db03228f3fcaafb0252d133ebc1d8c66923ed (patch)
treeb94b92f6b4d45e42cab92b9af3e645bd5e770d6c /core/parse-xml.c
parentddb9dba66cef3a1c88e0f91a4f65c44f5769b0f5 (diff)
downloadsubsurface-568db03228f3fcaafb0252d133ebc1d8c66923ed.tar.gz
Move metric variable to parse.c
This is required when moving Shearwater DB parsing into parse-db.c Signed-off-by: Miika Turkia <miika.turkia@gmail.com>
Diffstat (limited to 'core/parse-xml.c')
-rw-r--r--core/parse-xml.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/parse-xml.c b/core/parse-xml.c
index e7aa8c68c..a187bfb2e 100644
--- a/core/parse-xml.c
+++ b/core/parse-xml.c
@@ -28,7 +28,6 @@
#include "membuffer.h"
int verbose, quit, force_root;
-int metric = 1;
int last_xml_version = -1;
int diveid = -1;