settings: remove unused function

This commit is contained in:
Andrzej Rybczak
2012-08-14 02:01:28 +02:00
parent 9ae502e66e
commit 23a612e184
2 changed files with 0 additions and 16 deletions

View File

@@ -53,7 +53,6 @@ struct NcmpcppKeys
> Binding;
void GenerateKeybindings();
int GetFirstBinding(const ActionType at);
std::multimap<int, Action *> Bindings;
};