main: don't call db_init() without database

Useless call.
This commit is contained in:
Max Kellermann 2012-08-08 08:28:13 +02:00
parent 346e31efa0
commit 2043579f71

View File

@ -163,7 +163,6 @@ glue_db_init_and_load(void)
if (path != NULL)
g_message("Found " CONF_DB_FILE " setting without "
CONF_MUSIC_DIR " - disabling database");
db_init(NULL, NULL);
return true;
}