diff options
Diffstat (limited to 'src/database.h')
-rw-r--r-- | src/database.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/database.h b/src/database.h index 47d52da65..20d132ea1 100644 --- a/src/database.h +++ b/src/database.h @@ -64,18 +64,6 @@ gcc_pure struct song * db_get_song(const char *file); -gcc_nonnull(1,2) -bool -db_visit(const struct db_selection *selection, - const struct db_visitor *visitor, void *ctx, - GError **error_r); - -gcc_nonnull(1,2) -bool -db_walk(const char *uri, - const struct db_visitor *visitor, void *ctx, - GError **error_r); - bool db_save(GError **error_r); |