diff options
author | ben <ben@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-08-03 19:22:23 +0000 |
---|---|---|
committer | ben <ben@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-08-03 19:22:23 +0000 |
commit | 9ce2dd26c005b1134d8b8b045545191b42777def (patch) | |
tree | 3b16611460a6ae36e67ebf0ef7e1f85fdc461272 /stream | |
parent | 51138f066edf44d894eda7a6faaaf90376a63766 (diff) |
removed useless cue_read.h file
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19303 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'stream')
-rw-r--r-- | stream/cue_read.c | 1 | ||||
-rw-r--r-- | stream/cue_read.h | 7 |
2 files changed, 0 insertions, 8 deletions
diff --git a/stream/cue_read.c b/stream/cue_read.c index ecd568fa27..ef2c8f71a2 100644 --- a/stream/cue_read.c +++ b/stream/cue_read.c @@ -15,7 +15,6 @@ #include "stream.h" -#include "cue_read.h" #include "help_mp.h" #include "m_option.h" #include "m_struct.h" diff --git a/stream/cue_read.h b/stream/cue_read.h deleted file mode 100644 index b52826bdfa..0000000000 --- a/stream/cue_read.h +++ /dev/null @@ -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); |