Removed change timestamps of 0.6.17

This commit is contained in:
2009-04-15 16:50:44 +02:00
parent d87e5721db
commit 3f90111052
9 changed files with 353 additions and 393 deletions

View File

@ -670,7 +670,6 @@ void iso_stream_get_file_name(IsoStream *stream, char *name)
}
}
/* ts A90328 API */
IsoStream *iso_stream_get_input_stream(IsoStream *stream, int flag)
{
IsoStreamIface* class = stream->class;
@ -680,7 +679,6 @@ IsoStream *iso_stream_get_input_stream(IsoStream *stream, int flag)
return class->get_input_stream(stream, 0);
}
/* ts A90406 API */
char *iso_stream_get_source_path(IsoStream *stream, int flag)
{
char *path = NULL, ivd[80], *raw_path = NULL;