diff options
author | Max Kellermann <max@duempel.org> | 2012-02-13 20:08:47 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2012-02-13 20:08:47 +0100 |
commit | ffc6e195486b67ced358702b1381118ddb14b23d (patch) | |
tree | 9f6e48293d71a4f069e4207544d1835051ac0a20 /src | |
parent | d874d7661f9a2f3bcc0404f9d7fb216cdea2beee (diff) | |
download | mpd-ffc6e195486b67ced358702b1381118ddb14b23d.tar.gz mpd-ffc6e195486b67ced358702b1381118ddb14b23d.tar.xz mpd-ffc6e195486b67ced358702b1381118ddb14b23d.zip |
database: remove obsolete prototype db_check()
Diffstat (limited to 'src')
-rw-r--r-- | src/database.h | 3 |
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 |