[db] Remove HAVE_SPOTIFY_H conditionals, not required

The db functions don't depend on the Spotify library, so remove conditionals
This commit is contained in:
ejurgensen
2020-06-29 22:17:44 +02:00
parent 3fd812ef2f
commit 1b74966ef1
2 changed files with 1 additions and 5 deletions

View File

@@ -762,7 +762,6 @@ db_pairing_add(struct pairing_info *pi);
int
db_pairing_fetch_byguid(struct pairing_info *pi);
#ifdef HAVE_SPOTIFY_H
/* Spotify */
void
db_spotify_purge(void);
@@ -772,7 +771,6 @@ db_spotify_pl_delete(int id);
void
db_spotify_files_delete(void);
#endif
/* Admin */
int