aboutsummaryrefslogtreecommitdiffhomepage
path: root/input.cpp
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2014-10-30 22:40:35 -0700
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2014-10-30 22:40:35 -0700
commita529fc9d83295fdf9418436b68d056162ba8231b (patch)
tree97cf66daca3b5e7efb927c7e37fc7515ec8b0ceb /input.cpp
parent173a6a71c03847158a434c3fd63e5759bf933239 (diff)
Set of fixes for issues identified by cppcheck
Diffstat (limited to 'input.cpp')
-rw-r--r--input.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/input.cpp b/input.cpp
index c909f5ab..08879381 100644
--- a/input.cpp
+++ b/input.cpp
@@ -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)
{