From d7902db240adc2f081bee7e8fc36b866976fa5d1 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Mon, 28 Jul 2008 22:56:12 +0000 Subject: modifier keys for binds --- src/client/keyboard.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/client/keyboard.h') diff --git a/src/client/keyboard.h b/src/client/keyboard.h index e4995e6..2841495 100644 --- a/src/client/keyboard.h +++ b/src/client/keyboard.h @@ -30,7 +30,7 @@ public: /// find a key on name Key *find(std::string const & name); - /// bind a string to a key + /// bind a string to a key, if str is empty, just list void bind(std::string const &name, const std::string str); /// clear the string bound to a key @@ -48,9 +48,6 @@ public: /// list keyboard binds void list_binds(); - /// list binds for a singe key - void list_bind(std::string const &name); - /// load keyboard binds void load_binds(); -- cgit v1.2.3