diff options
-rw-r--r-- | src/input/vcd/xineplug_inp_vcd.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/input/vcd/xineplug_inp_vcd.c b/src/input/vcd/xineplug_inp_vcd.c index e994e413a..4c69f2505 100644 --- a/src/input/vcd/xineplug_inp_vcd.c +++ b/src/input/vcd/xineplug_inp_vcd.c @@ -1,5 +1,5 @@ /* - $Id: xineplug_inp_vcd.c,v 1.43 2005/07/09 02:03:08 rockyb Exp $ + $Id: xineplug_inp_vcd.c,v 1.44 2005/07/28 02:17:23 rockyb Exp $ Copyright (C) 2002, 2003, 2004, 2005 Rocky Bernstein <rocky@panix.com> @@ -1002,9 +1002,6 @@ vcd_class_get_identifier (input_class_t *this_gen) { return SHORT_PLUGIN_NAME; } -/* HACK until we put modify and put in vcdplayer. */ -#define dvdnav_mouse_select(a, b, c) 1 - /* Handle all queued keyboard/mouse events. Return TRUE if this causes a change in the play item. |