Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/keyboard.h')
-rw-r--r--src/client/keyboard.h5
1 files changed, 1 insertions, 4 deletions
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();