From 22872451369fe219990c6280fc0d1c0c0c344b55 Mon Sep 17 00:00:00 2001 From: wm4 Date: Tue, 7 Aug 2012 01:26:11 +0200 Subject: VO: remove old VO glue This transition to a new VO API started over 4 years ago. It's time to finally end it, and get rid of the horrible hacks. Also removes some previously undetected dead code from spudec.c. --- mp_fifo.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'mp_fifo.h') diff --git a/mp_fifo.h b/mp_fifo.h index aa7fde0f29..015286db83 100644 --- a/mp_fifo.h +++ b/mp_fifo.h @@ -29,9 +29,4 @@ struct input_ctx; struct MPOpts; struct mp_fifo *mp_fifo_create(struct input_ctx *input, struct MPOpts *opts); - -#ifdef IS_OLD_VO -#define mplayer_put_key(key) mplayer_put_key(global_vo->key_fifo, key) -#endif - #endif /* MPLAYER_MP_FIFO_H */ -- cgit v1.2.3