summaryrefslogtreecommitdiffstats
path: root/mencoder.c
diff options
context:
space:
mode:
authorUoti Urpala <uau@symbol.nonexistent.invalid>2008-04-30 07:01:33 +0300
committerUoti Urpala <uau@symbol.nonexistent.invalid>2008-04-30 07:01:33 +0300
commit56fec4dfdca623c36d29ed7cb30e7637d99fb942 (patch)
treed7f5f2a92677705c428765a3263a4e865bb6a02d /mencoder.c
parentbde509648f8acd8bcae32b9932b459d710b11b51 (diff)
downloadmpv-56fec4dfdca623c36d29ed7cb30e7637d99fb942.tar.bz2
mpv-56fec4dfdca623c36d29ed7cb30e7637d99fb942.tar.xz
mencoder.c: Remove unused function
mp_check_interrupt_callback should have been removed when stream_set_interrupt_callback was added as stream no longer requires the symbol.
Diffstat (limited to 'mencoder.c')
-rw-r--r--mencoder.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/mencoder.c b/mencoder.c
index e360dbbeca..9cd0655c0f 100644
--- a/mencoder.c
+++ b/mencoder.c
@@ -219,11 +219,6 @@ void vo_draw_osd(struct vo *vo) { abort(); }
void vo_flip_page(struct vo *vo) { abort(); }
void vo_check_events(struct vo *vo) { abort(); }
-// Needed by libmpdemux.
-int mp_input_check_interrupt(int time) {
- usec_sleep(time);
- return 0;
-}
// Needed by getch2
struct mp_fifo;
void mplayer_put_key(struct mp_fifo *fifo, int code)