summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMaxime Coste <frrrwww@gmail.com>2012-09-11 19:09:55 +0200
committerMaxime Coste <frrrwww@gmail.com>2012-09-11 19:09:55 +0200
commit62e50c38fa42f289924be2084a1d87d69bd5b2fe (patch)
tree3525b0204401e2e6981ab5340740253f7f4edd99 /src
parent9dfccddca808f07c4a9219b50b64e5c3558f38ff (diff)
commands.cc: cleanup
Diffstat (limited to 'src')
-rw-r--r--src/commands.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/commands.cc b/src/commands.cc
index f369c9de..da7e6be5 100644
--- a/src/commands.cc
+++ b/src/commands.cc
@@ -32,8 +32,6 @@ using namespace std::placeholders;
// berk
extern bool quit_requested;
-extern std::unordered_map<Key, std::function<void (Context& context)>> keymap;
-
namespace
{