Skip to content

Commit

Permalink
Remove prototype for no-longer existant function
Browse files Browse the repository at this point in the history
  • Loading branch information
bdgackle committed Mar 27, 2017
1 parent 773d2ce commit 06a5295
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/action.h
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@ enum action_id : int {
void load_keyboard_settings( std::map<char, action_id> &keymap,
std::string &keymap_file_loaded_from,
std::set<action_id> &unbound_keymap );
std::string default_keymap_txt();
// All keys bound to act
std::vector<char> keys_bound_to( action_id act );
action_id look_up_action( std::string ident );
Expand Down

0 comments on commit 06a5295

Please sign in to comment.