diff options
author | wm4 <wm4@nowhere> | 2014-06-10 20:46:15 +0200 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2014-06-11 00:34:46 +0200 |
commit | 77a7aa2c41d4d4be2eb2ad099b201d3fdd8f3cc7 (patch) | |
tree | d72e8ec7a75a2e6c60060740629062f7bad895c7 /stream/stream.c | |
parent | 7689f5f7cedcafe30d8ede3609cf4f2a3314a1d8 (diff) | |
download | mpv-77a7aa2c41d4d4be2eb2ad099b201d3fdd8f3cc7.tar.bz2 mpv-77a7aa2c41d4d4be2eb2ad099b201d3fdd8f3cc7.tar.xz |
stream_cdda: remove global option variables
Diffstat (limited to 'stream/stream.c')
-rw-r--r-- | stream/stream.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/stream/stream.c b/stream/stream.c index 617420b5ae..8542515567 100644 --- a/stream/stream.c +++ b/stream/stream.c @@ -53,7 +53,6 @@ #define TOTAL_BUFFER_SIZE (STREAM_MAX_BUFFER_SIZE + STREAM_MAX_SECTOR_SIZE) /// We keep these 2 for the gui atm, but they will be removed. -char *cdrom_device = NULL; char *dvd_device = NULL; int dvd_title = 0; |