From 77a7aa2c41d4d4be2eb2ad099b201d3fdd8f3cc7 Mon Sep 17 00:00:00 2001 From: wm4 Date: Tue, 10 Jun 2014 20:46:15 +0200 Subject: stream_cdda: remove global option variables --- stream/stream.c | 1 - 1 file changed, 1 deletion(-) (limited to 'stream/stream.c') 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; -- cgit v1.2.3