diff options
author | Max Kellermann <max@duempel.org> | 2014-02-26 20:10:31 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-02-26 20:10:31 +0100 |
commit | 21e19ef69f1ab6efb5d6647b4428c31cef5cde69 (patch) | |
tree | 5f459e05d03104168c9c62afc84c4a0293648e6f /src/db/plugins/simple/Directory.hxx | |
parent | 69a42fc901d06af2f90d7046e153dc1273f19beb (diff) | |
download | mpd-21e19ef69f1ab6efb5d6647b4428c31cef5cde69.tar.gz mpd-21e19ef69f1ab6efb5d6647b4428c31cef5cde69.tar.xz mpd-21e19ef69f1ab6efb5d6647b4428c31cef5cde69.zip |
db/simple/Directory: eliminate method LookupSong()
Move to SimpleDatabase::GetSong() to give that method more control.
Diffstat (limited to 'src/db/plugins/simple/Directory.hxx')
-rw-r--r-- | src/db/plugins/simple/Directory.hxx | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/db/plugins/simple/Directory.hxx b/src/db/plugins/simple/Directory.hxx index ab03092f7..5b39231e3 100644 --- a/src/db/plugins/simple/Directory.hxx +++ b/src/db/plugins/simple/Directory.hxx @@ -214,17 +214,6 @@ public: } /** - * Looks up a song by its relative URI. - * - * Caller must lock the #db_mutex. - * - * @param uri the relative URI - * @return the song, or nullptr if none was found - */ - gcc_pure - Song *LookupSong(const char *uri); - - /** * Add a song object to this directory. Its "parent" attribute must * be set already. */ |