summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2007-06-01 21:09:20 +0200
committerDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2007-06-01 21:09:20 +0200
commit43f1a8e3c042707c60661c625ce7b348c50eb510 (patch)
treeb18c8585aca04f1c5a10421cc8204742d292fef0
parentf209e8b8ef44998a5ea20544bbb39aaeefa28086 (diff)
downloadxine-lib-43f1a8e3c042707c60661c625ce7b348c50eb510.tar.gz
xine-lib-43f1a8e3c042707c60661c625ce7b348c50eb510.tar.bz2
Remove cachedir_entry variable that is now unused.
-rw-r--r--src/input/input_cdda.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input/input_cdda.c b/src/input/input_cdda.c
index 80f0bda39..b85bc534e 100644
--- a/src/input/input_cdda.c
+++ b/src/input/input_cdda.c
@@ -2598,7 +2598,7 @@ static input_plugin_t *cdda_class_get_instance (input_class_t *cls_gen, xine_str
cdda_input_plugin_t *this;
cdda_input_class_t *class = (cdda_input_class_t *) cls_gen;
int track;
- xine_cfg_entry_t enable_entry, server_entry, port_entry, cachedir_entry;
+ xine_cfg_entry_t enable_entry, server_entry, port_entry;
char *cdda_device = NULL;
int cddb_error = class->cddb_error;