[db] Remove poorly performing and now unused _bymatch() functions

This commit is contained in:
ejurgensen
2017-10-15 15:55:48 +02:00
parent 322abb8274
commit bf8fa1c3f0
2 changed files with 0 additions and 52 deletions

View File

@@ -503,9 +503,6 @@ db_files_get_artist_count(void);
int
db_files_get_album_count(void);
int
db_files_get_count_bymatch(const char *path);
void
db_file_inc_playcount(int id);
@@ -524,9 +521,6 @@ db_file_path_byid(int id);
int
db_file_id_bypath(const char *path);
int
db_file_id_bymatch(const char *path);
int
db_file_id_byfile(const char *filename);