# HG changeset patch # User ben # Date 1154632943 0 # Node ID 4255dce93f82097b97e7a8f8bbc0f82ed4295341 # Parent 3583e8ff4da4e86828792984418acb7a0f697e48 removed useless cue_read.h file diff -r 3583e8ff4da4 -r 4255dce93f82 stream/cue_read.c --- 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" diff -r 3583e8ff4da4 -r 4255dce93f82 stream/cue_read.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);