From 2d85e0c538c9396b2aed52278874606597d81e83 Mon Sep 17 00:00:00 2001 From: nicodvb Date: Wed, 20 Sep 2006 21:08:38 +0000 Subject: removed definitions of no more used or file-static functions git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19919 b3059339-0415-0410-9bf9-f77b7e298cf2 --- stream/stream_dvdnav.h | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'stream/stream_dvdnav.h') diff --git a/stream/stream_dvdnav.h b/stream/stream_dvdnav.h index 7a3f317c42..71bbc63931 100644 --- a/stream/stream_dvdnav.h +++ b/stream/stream_dvdnav.h @@ -32,18 +32,6 @@ extern int osd_show_dvd_nav_ex; extern int osd_show_dvd_nav_sy; extern int osd_show_dvd_nav_ey; -dvdnav_priv_t * new_dvdnav_stream(char * filename); -int dvdnav_stream_reset(dvdnav_priv_t * dvdnav_priv); -void free_dvdnav_stream(dvdnav_priv_t * dvdnav_priv); - -void dvdnav_stream_ignore_timers(dvdnav_priv_t * dvdnav_priv, int ignore); -int dvdnav_stream_read(dvdnav_priv_t * dvdnav_priv, unsigned char *buf, int *len); - -void dvdnav_stream_sleep(dvdnav_priv_t *dvdnav_priv, int seconds); -int dvdnav_stream_sleeping(dvdnav_priv_t * dvdnav_priv); - -void dvdnav_stream_fullstart(dvdnav_priv_t *dvdnav_priv); -unsigned int * dvdnav_stream_get_palette(dvdnav_priv_t * dvdnav_priv); int mp_dvdnav_handle_input(stream_t *stream, int cmd, int *button); void mp_dvdnav_update_mouse_pos(stream_t *stream, int32_t x, int32_t y, int* button); -- cgit v1.2.3