[db] Remove unused functions db_files_update_songartistid,

db_files_update_songalbumid
This commit is contained in:
chme 2016-12-17 15:43:39 +01:00
parent f5fe1e665a
commit 7856498951
2 changed files with 0 additions and 18 deletions

View File

@ -2024,18 +2024,6 @@ db_files_get_count_bymatch(char *path)
#undef Q_TMPL
}
void
db_files_update_songartistid(void)
{
db_query_run("UPDATE files SET songartistid = daap_songalbumid(LOWER(album_artist), '');", 0, 1);
}
void
db_files_update_songalbumid(void)
{
db_query_run("UPDATE files SET songalbumid = daap_songalbumid(LOWER(album_artist), LOWER(album));", 0, 1);
}
void
db_file_inc_playcount(int id)
{

View File

@ -498,12 +498,6 @@ db_files_get_album_count(void);
int
db_files_get_count_bymatch(char *path);
void
db_files_update_songartistid(void);
void
db_files_update_songalbumid(void);
void
db_file_inc_playcount(int id);