mirror of
https://github.com/owntone/owntone-server.git
synced 2024-12-26 23:25:56 -05:00
[db] Remove unused db_speaker_clear_all()
This commit is contained in:
parent
d2d9b78ae7
commit
f48fae20e2
5
src/db.c
5
src/db.c
@ -4641,11 +4641,6 @@ db_speaker_get(struct output_device *device, uint64_t id)
|
||||
#undef Q_TMPL
|
||||
}
|
||||
|
||||
void
|
||||
db_speaker_clear_all(void)
|
||||
{
|
||||
db_query_run("UPDATE speakers SET selected = 0;", 0, 0);
|
||||
}
|
||||
|
||||
/* Queue */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user