diff options
author | Rocky Bernstein <rockyb@users.sourceforge.net> | 2005-07-28 02:17:23 +0000 |
---|---|---|
committer | Rocky Bernstein <rockyb@users.sourceforge.net> | 2005-07-28 02:17:23 +0000 |
commit | 61980aef155809b70a34ec3532fb7c5bbadd8109 (patch) | |
tree | 7bcca9a8a33defba8e245af867e36e664a4115a2 | |
parent | 46d91559a96d72d38741473294fee04f68d36cd8 (diff) | |
download | xine-lib-61980aef155809b70a34ec3532fb7c5bbadd8109.tar.gz xine-lib-61980aef155809b70a34ec3532fb7c5bbadd8109.tar.bz2 |
Remove unused #define
CVS patchset: 7692
CVS date: 2005/07/28 02:17:23
-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. |