summaryrefslogtreecommitdiffstats
path: root/Action.h
diff options
context:
space:
mode:
Diffstat (limited to 'Action.h')
-rw-r--r--Action.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Action.h b/Action.h
index 4228349c..3015a006 100644
--- a/Action.h
+++ b/Action.h
@@ -39,7 +39,7 @@ typedef struct State_ {
} State;
-Object* Action_pickFromVector(State* st, Panel* list, int x, const char** keyLabels);
+Object* Action_pickFromVector(State* st, Panel* list, int x);
// ----------------------------------------