summaryrefslogtreecommitdiffstats
path: root/dive.h
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2013-02-22 11:20:46 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2013-02-22 11:20:46 -0800
commitce659407a8093834eab29b5c030305f8a0d943b0 (patch)
tree4e76114cfdb052d7d7b4702e7620ab628e28095a /dive.h
parent28aba5a2062cd8310f3f637e9572fe3a92d41dfd (diff)
downloadsubsurface-ce659407a8093834eab29b5c030305f8a0d943b0.tar.gz
Add correct XSLT search path for Windows
And report error if XSLT stylesheet not found Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'dive.h')
-rw-r--r--dive.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/dive.h b/dive.h
index cf3a735fc..1ad5a9599 100644
--- a/dive.h
+++ b/dive.h
@@ -529,10 +529,6 @@ extern void set_filename(const char *filename, gboolean force);
extern void parse_file(const char *filename, GError **error, gboolean possible_default_filename);
-#ifdef XSLT
-extern xmlDoc *test_xslt_transforms(xmlDoc *doc);
-#endif
-
extern void show_dive_info(struct dive *);
extern void show_dive_equipment(struct dive *, int w_idx);