aboutsummaryrefslogtreecommitdiffstats
path: root/src/database.h
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2012-02-13 20:08:47 +0100
committerMax Kellermann <max@duempel.org>2012-02-13 20:08:47 +0100
commitffc6e195486b67ced358702b1381118ddb14b23d (patch)
tree9f6e48293d71a4f069e4207544d1835051ac0a20 /src/database.h
parentd874d7661f9a2f3bcc0404f9d7fb216cdea2beee (diff)
downloadmpd-ffc6e195486b67ced358702b1381118ddb14b23d.tar.gz
mpd-ffc6e195486b67ced358702b1381118ddb14b23d.tar.xz
mpd-ffc6e195486b67ced358702b1381118ddb14b23d.zip
database: remove obsolete prototype db_check()
Diffstat (limited to '')
-rw-r--r--src/database.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/database.h b/src/database.h
index 9c50bb15e..b71ae7268 100644
--- a/src/database.h
+++ b/src/database.h
@@ -74,9 +74,6 @@ db_walk(const char *uri,
GError **error_r);
bool
-db_check(GError **error_r);
-
-bool
db_save(GError **error_r);
bool