dbUtils.h: eliminate this header
This commit is contained in:
@@ -22,7 +22,6 @@
|
||||
#include "DatabaseSelection.hxx"
|
||||
|
||||
extern "C" {
|
||||
#include "dbUtils.h"
|
||||
#include "playlist.h"
|
||||
}
|
||||
|
||||
@@ -59,9 +58,3 @@ findAddIn(struct player_control *pc, const char *uri,
|
||||
const auto f = std::bind(AddToQueue, pc, _1, _2);
|
||||
return db->Visit(selection, f, error_r);
|
||||
}
|
||||
|
||||
bool
|
||||
addAllIn(struct player_control *pc, const char *uri, GError **error_r)
|
||||
{
|
||||
return findAddIn(pc, uri, nullptr, error_r);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user