diff options
author | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-04-14 00:02:53 +0200 |
---|---|---|
committer | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-04-14 00:02:53 +0200 |
commit | 391e6eea3452f3e10cce0736634403fd096c5e7a (patch) | |
tree | b946c6a614cf1d19382008044e3830298122510f | |
parent | 71dc3530b1ed456c627c952b1cccc59b84616408 (diff) | |
download | xine-lib-391e6eea3452f3e10cce0736634403fd096c5e7a.tar.gz xine-lib-391e6eea3452f3e10cce0736634403fd096c5e7a.tar.bz2 |
Remove now-unused _cdda_cddb_get_default_location.
-rw-r--r-- | src/input/input_cdda.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/input/input_cdda.c b/src/input/input_cdda.c index d110dcfd0..8bb35effd 100644 --- a/src/input/input_cdda.c +++ b/src/input/input_cdda.c @@ -1329,18 +1329,6 @@ static void _cdda_mkdir_recursive_safe(xine_t *xine, char *path) { } /* - * Where, by default, cddb cache files will be saved - */ -static char *_cdda_cddb_get_default_location(void) { - static char buf[XINE_PATH_MAX + XINE_NAME_MAX + 1]; - - memset(&buf, 0, sizeof(buf)); - snprintf(buf, sizeof(buf), "%s/.xine/cddbcache", (xine_get_homedir())); - - return buf; -} - -/* * Read from socket, fill char *s, return size length. */ static int _cdda_cddb_socket_read(cdda_input_plugin_t *this, char *str, int size) { |