aboutsummaryrefslogtreecommitdiffstats
path: root/keys.h
diff options
context:
space:
mode:
authorverdant <im@verdant.ee>2026-07-27 09:26:16 +0800
committerverdant <im@verdant.ee>2026-07-27 09:26:16 +0800
commit4d899ffbc32b79dc41148e71fd5035993ff6c323 (patch)
tree04508707e2c8c27d209e23d73e145baf41503a38 /keys.h
parent48ca0d55b562230644e5f71597979c8d813b80e2 (diff)
downloadsf-4d899ffbc32b79dc41148e71fd5035993ff6c323.tar.gz
sf-4d899ffbc32b79dc41148e71fd5035993ff6c323.zip
Remove unused argument
Diffstat (limited to 'keys.h')
-rw-r--r--keys.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/keys.h b/keys.h
index 9562059..4ca2502 100644
--- a/keys.h
+++ b/keys.h
@@ -4,6 +4,6 @@
#include "fm.h"
#include "wm.h"
-void handling_keys(int ch, terminal *t, fm_info *i);
+void handling_keys(int ch, fm_info *i);
#endif /* SF_KEYS_H */