summaryrefslogtreecommitdiff
path: root/src/demuxers/demux.h
diff options
context:
space:
mode:
authorGuenter Bartsch <guenter@users.sourceforge.net>2001-07-14 13:28:31 +0000
committerGuenter Bartsch <guenter@users.sourceforge.net>2001-07-14 13:28:31 +0000
commit8cc18436f0f9d30461965d5e589e5cec03e48748 (patch)
treee443c7213468e7bb555a958445528f6a56714c91 /src/demuxers/demux.h
parentdfd980788abf3d0905a24204bf8d0554dc4d8a77 (diff)
downloadxine-lib-8cc18436f0f9d30461965d5e589e5cec03e48748.tar.gz
xine-lib-8cc18436f0f9d30461965d5e589e5cec03e48748.tar.bz2
whoups, forgot to remove some spu_dec functions...
CVS patchset: 276 CVS date: 2001/07/14 13:28:31
Diffstat (limited to 'src/demuxers/demux.h')
-rw-r--r--src/demuxers/demux.h3
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);