From 78c5f37d50ed5687bd5525954838f62b50de0690 Mon Sep 17 00:00:00 2001 From: Jon Bergli Heier Date: Thu, 6 Jan 2011 04:01:17 +0100 Subject: Reworked "find" to allow for more sophisticated searches. The usage of the "find" command is as follows: find SEARCH where SEARCH is either a simple string to search for, or key:value pairs with the following keys: artist album title --- commands.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'commands.h') 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 (Commands*)> Handler; std::map handlers; - typedef boost::function (const std::string artist)> FindFunction; - //! Handlers for the find command. - std::map find_handlers; - boost::asio::io_service& io_service; //! Command arguments. std::vector& args; -- cgit v1.2.3