diff options
author | Thiago Macieira <thiago@macieira.org> | 2013-12-16 09:09:42 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-12-16 16:20:54 -0800 |
commit | 397898434e52ba1e1cc593e83d43080918698a9b (patch) | |
tree | 30bc37b0b20b3176382e54739adbaf2cd7c07c57 /dive.h | |
parent | ca8aee4701f95a758f93033eb88ca851d61b2008 (diff) | |
download | subsurface-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.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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); |