Revert "Don't add duplicates (same fname, artist, album and title), issue #85"

This reverts commit 70365422b4.
This commit is contained in:
ejurgensen
2015-01-16 22:32:23 +01:00
parent 70365422b4
commit 266d05f5eb
3 changed files with 0 additions and 33 deletions

View File

@@ -394,9 +394,6 @@ db_file_stamp_bypath(char *path, time_t *stamp, int *id);
struct media_file_info *
db_file_fetch_byid(int id);
int
db_file_is_duplicate(struct media_file_info *mfi);
int
db_file_add(struct media_file_info *mfi);