summaryrefslogtreecommitdiffstats
path: root/stream/stream_vcd.c
diff options
context:
space:
mode:
Diffstat (limited to 'stream/stream_vcd.c')
-rw-r--r--stream/stream_vcd.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/stream/stream_vcd.c b/stream/stream_vcd.c
index dacf2763f8..4c6dbcc074 100644
--- a/stream/stream_vcd.c
+++ b/stream/stream_vcd.c
@@ -56,8 +56,6 @@
#define vcd_close(priv) (close(((mp_vcd_priv_t*)priv)->fd))
#endif
-extern char *cdrom_device;
-
static int fill_buffer(stream_t *s, char* buffer, int max_len){
if(s->pos > s->end_pos) /// don't past end of current track
return 0;