diff options
Diffstat (limited to 'src/demuxers/demux.h')
-rw-r--r-- | src/demuxers/demux.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/demuxers/demux.h b/src/demuxers/demux.h index 8518b6f81..d284bcd44 100644 --- a/src/demuxers/demux.h +++ b/src/demuxers/demux.h @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: demux.h,v 1.6 2001/07/14 12:50:34 guenter Exp $ + * $Id: demux.h,v 1.7 2001/07/14 13:28:31 guenter Exp $ */ #ifndef HAVE_DEMUX_H @@ -49,7 +49,6 @@ /* called when xine tries to branch seamlessly to the next mrl */ typedef char* (*gui_get_next_mrl_cb_t) (void); - /* called when xine branched successfully to the next mrl */ typedef void (*gui_branched_cb_t) (void); |