Mercurial > mplayer.hg
changeset 19297:4255dce93f82
removed useless cue_read.h file
author | ben |
---|---|
date | Thu, 03 Aug 2006 19:22:23 +0000 |
parents | 3583e8ff4da4 |
children | bbce98bb6d05 |
files | stream/cue_read.c stream/cue_read.h |
diffstat | 2 files changed, 0 insertions(+), 8 deletions(-) [+] |
line wrap: on
line diff
--- a/stream/cue_read.c Thu Aug 03 19:16:30 2006 +0000 +++ b/stream/cue_read.c Thu Aug 03 19:22:23 2006 +0000 @@ -15,7 +15,6 @@ #include "stream.h" -#include "cue_read.h" #include "help_mp.h" #include "m_option.h" #include "m_struct.h"
--- a/stream/cue_read.h Thu Aug 03 19:16:30 2006 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,7 +0,0 @@ - -//int cue_read_cue (char *in_cue_filename); -//int cue_vcd_seek_to_track (int track); -//int cue_vcd_get_track_end (int track); -//void cue_vcd_read_toc (); -//int cue_vcd_read(char *mem); -//inline void cue_set_msf(unsigned int sect);