summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJames Courtier-Dutton <jcdutton@users.sourceforge.net>2002-10-23 11:59:52 +0000
committerJames Courtier-Dutton <jcdutton@users.sourceforge.net>2002-10-23 11:59:52 +0000
commita3bc40816d4e96e4ed8e5f9af3ce06762f5b506b (patch)
tree6ae8edb0882cf49eb5a81f672502f23ff2654a51 /src
parent90e280231306186d21e9909b2b406c1ad6b8d49e (diff)
downloadxine-lib-a3bc40816d4e96e4ed8e5f9af3ce06762f5b506b.tar.gz
xine-lib-a3bc40816d4e96e4ed8e5f9af3ce06762f5b506b.tar.bz2
Oops...will compile now.
CVS patchset: 2964 CVS date: 2002/10/23 11:59:52
Diffstat (limited to 'src')
-rw-r--r--src/input/input_dvd.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/input/input_dvd.c b/src/input/input_dvd.c
index fe9d1cfaa..5a4dfb226 100644
--- a/src/input/input_dvd.c
+++ b/src/input/input_dvd.c
@@ -18,7 +18,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*
- * $Id: input_dvd.c,v 1.97 2002/10/23 11:44:31 jcdutton Exp $
+ * $Id: input_dvd.c,v 1.98 2002/10/23 11:59:52 jcdutton Exp $
*
*/
@@ -1585,7 +1585,6 @@ static void *init_class (xine_t *xine, void *data) {
"device used for dvd drive",
NULL,
0, device_change_cb, (void *)this);
-*/
#if 0
/* this->current_dvd_device = this->dvd_device; */
printf("input_dvd.c:init_class:dvd_device=%s\n",this->dvd_device);
@@ -1657,6 +1656,9 @@ static void *init_class (xine_t *xine, void *data) {
/*
* $Log: input_dvd.c,v $
+ * Revision 1.98 2002/10/23 11:59:52 jcdutton
+ * Oops...will compile now.
+ *
* Revision 1.97 2002/10/23 11:44:31 jcdutton
* input_dvd.c now listens for keyboard events from xine-ui.
*