summaryrefslogtreecommitdiff
path: root/commands.h
diff options
context:
space:
mode:
Diffstat (limited to 'commands.h')
-rw-r--r--commands.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/commands.h b/commands.h
index 78ecf48..3c351cf 100644
--- a/commands.h
+++ b/commands.h
@@ -24,10 +24,6 @@ class Commands {
typedef boost::function<std::vector<std::string> (Commands*)> Handler;
std::map<std::string, Handler> handlers;
- typedef boost::function<std::vector<MusicListing::p> (const std::string artist)> FindFunction;
- //! Handlers for the find command.
- std::map<std::string, FindFunction> find_handlers;
-
boost::asio::io_service& io_service;
//! Command arguments.
std::vector<std::string>& args;