diff options
author | Max Kellermann <max@duempel.org> | 2014-02-25 20:13:40 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-02-25 20:13:40 +0100 |
commit | 5f262da09d3e572bc9d8cc7570c249aab2ca0946 (patch) | |
tree | 0842e3bc30f01567510376f57cf4cf86bbe6c4bc /src/db/plugins/SimpleDatabasePlugin.hxx | |
parent | 82985a94884941fb40951933600d757e5371211d (diff) | |
download | mpd-5f262da09d3e572bc9d8cc7570c249aab2ca0946.tar.gz mpd-5f262da09d3e572bc9d8cc7570c249aab2ca0946.tar.xz mpd-5f262da09d3e572bc9d8cc7570c249aab2ca0946.zip |
db/simple: remove unused method LookupDirectory()
Diffstat (limited to 'src/db/plugins/SimpleDatabasePlugin.hxx')
-rw-r--r-- | src/db/plugins/SimpleDatabasePlugin.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/db/plugins/SimpleDatabasePlugin.hxx b/src/db/plugins/SimpleDatabasePlugin.hxx index d998d5ac2..40d870460 100644 --- a/src/db/plugins/SimpleDatabasePlugin.hxx +++ b/src/db/plugins/SimpleDatabasePlugin.hxx @@ -107,9 +107,6 @@ private: bool Check(Error &error) const; bool Load(Error &error); - - gcc_pure - const Directory *LookupDirectory(const char *uri) const; }; extern const DatabasePlugin simple_db_plugin; |