From 08348763d2cc95aa54612134d0593db081bbb21e Mon Sep 17 00:00:00 2001 From: koekeishiya Date: Tue, 12 Sep 2017 10:28:55 +0200 Subject: remove inline specifier --- src/hotkey.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/hotkey.c') 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) && -- cgit v1.2.3