Set of fixes for issues identified by cppcheck

This commit is contained in:
ridiculousfish
2014-10-30 22:40:35 -07:00
parent 173a6a71c0
commit a529fc9d83
13 changed files with 9 additions and 139 deletions

View File

@@ -330,14 +330,6 @@ void input_function_set_status(bool status)
input_function_status = status;
}
/**
Returns the nth argument for a given input function
*/
wchar_t input_function_get_arg(int index)
{
return input_function_args[index];
}
/* Helper function to compare the lengths of sequences */
static bool length_is_greater_than(const input_mapping_t &m1, const input_mapping_t &m2)
{