mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-25 03:56:21 -05:00
[db] Remove poorly performing and now unused _bymatch() functions
This commit is contained in:
6
src/db.h
6
src/db.h
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user