mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Remove unused function parse_mkvi_buffer()
Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
parent
e531c04b8d
commit
fa5865a566
1 changed files with 0 additions and 10 deletions
|
@ -1610,16 +1610,6 @@ int parse_xml_buffer(const char *url, const char *buffer, int size,
|
|||
return ret;
|
||||
}
|
||||
|
||||
void parse_mkvi_buffer(struct membuffer *txt, struct membuffer *csv, const char *starttime)
|
||||
{
|
||||
(void) csv;
|
||||
(void) txt;
|
||||
dive_start();
|
||||
divedate(starttime, &cur_dive->when);
|
||||
dive_end();
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
* Parse a unsigned 32-bit integer in little-endian mode,
|
||||
* that is seconds since Jan 1, 2000.
|
||||
|
|
Loading…
Add table
Reference in a new issue