changeset 31433:045110c125c6

Remove redundant cdrom_device extern variable declarations.
author diego
date Mon, 21 Jun 2010 08:38:23 +0000
parents 1bd903001629
children d3db0dcba99f
files gui/mplayer/gmplayer.h stream/stream_cdda.c stream/stream_vcd.c
diffstat 3 files changed, 0 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/gui/mplayer/gmplayer.h	Sun Jun 20 19:29:18 2010 +0000
+++ b/gui/mplayer/gmplayer.h	Mon Jun 21 08:38:23 2010 +0000
@@ -30,7 +30,6 @@
 extern int             mplMiddleMenu;
 
 extern char          * dvd_device;
-extern char          * cdrom_device;
 
 void mplInit( void * disp );
 
--- a/stream/stream_cdda.c	Sun Jun 20 19:29:18 2010 +0000
+++ b/stream/stream_cdda.c	Mon Jun 21 08:38:23 2010 +0000
@@ -38,8 +38,6 @@
 #endif
 
 
-extern char *cdrom_device;
-
 static struct cdda_params {
   int speed;
   int paranoia_mode;
--- a/stream/stream_vcd.c	Sun Jun 20 19:29:18 2010 +0000
+++ b/stream/stream_vcd.c	Mon Jun 21 08:38:23 2010 +0000
@@ -52,8 +52,6 @@
 
 #include "libmpdemux/demuxer.h"
 
-extern char *cdrom_device;
-
 static struct stream_priv_s {
   int track;
   char* device;