aboutsummaryrefslogtreecommitdiffstats
path: root/dive.h
diff options
context:
space:
mode:
authorGravatar Thiago Macieira <thiago@macieira.org>2013-12-16 09:09:42 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2013-12-16 16:20:54 -0800
commit397898434e52ba1e1cc593e83d43080918698a9b (patch)
tree30bc37b0b20b3176382e54739adbaf2cd7c07c57 /dive.h
parentca8aee4701f95a758f93033eb88ca851d61b2008 (diff)
downloadsubsurface-397898434e52ba1e1cc593e83d43080918698a9b.tar.gz
Remove the xslt_path now that all XSLT files are kept in a resource
Signed-off-by: Thiago Macieira <thiago@macieira.org> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'dive.h')
-rw-r--r--dive.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/dive.h b/dive.h
index 0ee3a1aa6..46c42fc4c 100644
--- a/dive.h
+++ b/dive.h
@@ -637,8 +637,6 @@ extern void shift_times(const timestamp_t amount);
extern xsltStylesheetPtr get_stylesheet(const char *name);
-extern char *xslt_path;
-
extern timestamp_t utc_mktime(struct tm *tm);
extern void utc_mkdate(timestamp_t, struct tm *tm);