commands.cc: cleanup

This commit is contained in:
Maxime Coste 2012-09-11 19:09:55 +02:00
parent 9dfccddca8
commit 62e50c38fa

View File

@ -32,8 +32,6 @@ using namespace std::placeholders;
// berk // berk
extern bool quit_requested; extern bool quit_requested;
extern std::unordered_map<Key, std::function<void (Context& context)>> keymap;
namespace namespace
{ {