From 391e6eea3452f3e10cce0736634403fd096c5e7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20=27Flameeyes=27=20Petten=C3=B2?= Date: Sat, 14 Apr 2007 00:02:53 +0200 Subject: Remove now-unused _cdda_cddb_get_default_location. --- src/input/input_cdda.c | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'src') 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 @@ -1328,18 +1328,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. */ -- cgit v1.2.3