mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-24 19:46:19 -05:00
[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:
2
src/db.h
2
src/db.h
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user