diff options
author | Max Kellermann <max@duempel.org> | 2013-10-29 19:29:22 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-10-29 21:13:40 +0100 |
commit | b5fc21b9f442904608a73e3c705e498c55769843 (patch) | |
tree | 1d1143f698c28afb77d94343d38245d7a0693dfa /src/command/AllCommands.cxx | |
parent | 44581dbef53ba2ae589cbc8e481285697363941f (diff) | |
download | mpd-b5fc21b9f442904608a73e3c705e498c55769843.tar.gz mpd-b5fc21b9f442904608a73e3c705e498c55769843.tar.xz mpd-b5fc21b9f442904608a73e3c705e498c55769843.zip |
Revert "command: new commands "findin", "searchin" with base URI"
This reverts commit a577944ab5a1f4d688e5901fa3efaf7cd1673588.
Will be replaced by new options for the old commands "search" and
"find".
Diffstat (limited to 'src/command/AllCommands.cxx')
-rw-r--r-- | src/command/AllCommands.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/command/AllCommands.cxx b/src/command/AllCommands.cxx index 94aa9f335..0ab5953d0 100644 --- a/src/command/AllCommands.cxx +++ b/src/command/AllCommands.cxx @@ -91,7 +91,6 @@ static const struct command commands[] = { { "enableoutput", PERMISSION_ADMIN, 1, 1, handle_enableoutput }, { "find", PERMISSION_READ, 2, -1, handle_find }, { "findadd", PERMISSION_READ, 2, -1, handle_findadd}, - { "findin", PERMISSION_READ, 3, -1, handle_find_in }, { "idle", PERMISSION_READ, 0, -1, handle_idle }, { "kill", PERMISSION_ADMIN, -1, -1, handle_kill }, { "list", PERMISSION_READ, 1, -1, handle_list }, @@ -143,7 +142,6 @@ static const struct command commands[] = { { "search", PERMISSION_READ, 2, -1, handle_search }, { "searchadd", PERMISSION_ADD, 2, -1, handle_searchadd }, { "searchaddpl", PERMISSION_CONTROL, 3, -1, handle_searchaddpl }, - { "searchin", PERMISSION_READ, 3, -1, handle_search_in }, { "seek", PERMISSION_CONTROL, 2, 2, handle_seek }, { "seekcur", PERMISSION_CONTROL, 1, 1, handle_seekcur }, { "seekid", PERMISSION_CONTROL, 2, 2, handle_seekid }, |