aboutsummaryrefslogtreecommitdiff
path: root/src/hotkey.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/hotkey.c')
-rw-r--r--src/hotkey.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/hotkey.c b/src/hotkey.c
index 1267ea3..8e3949b 100644
--- a/src/hotkey.c
+++ b/src/hotkey.c
@@ -86,8 +86,7 @@ compare_ctrl(struct hotkey *a, struct hotkey *b)
}
}
-internal inline bool
-same_hotkey(struct hotkey *a, struct hotkey *b)
+bool same_hotkey(struct hotkey *a, struct hotkey *b)
{
if(a && b) {
return compare_cmd(a, b) &&