mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-30 22:20:21 +00:00
prepare_dives_for_divelogs(): remove unused variable 'doc'
Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
86d4a3db92
commit
92476c76f3
1 changed files with 0 additions and 1 deletions
|
@ -112,7 +112,6 @@ static char *prepare_dives_for_divelogs(const bool selected)
|
|||
char filename[PATH_MAX], *tempfile;
|
||||
int streamsize;
|
||||
char *membuf;
|
||||
xmlDoc *doc;
|
||||
xsltStylesheetPtr xslt = NULL;
|
||||
xmlDoc *transformed;
|
||||
struct zip_source *s[dive_table.nr];
|
||||
|
|
Loading…
Reference in a new issue