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>
This commit is contained in:
Thiago Macieira 2013-12-16 09:09:42 -08:00 committed by Dirk Hohndel
parent ca8aee4701
commit 397898434e
3 changed files with 1 additions and 5 deletions

2
dive.h
View file

@ -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);