From 545ec339c296d1fe54d46fc25a4075397deee6cf Mon Sep 17 00:00:00 2001 From: verdant Date: Tue, 28 Jul 2026 20:49:15 +0800 Subject: Remove unused variable to fix -Wunused-variable warning --- src/fm.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/fm.h') diff --git a/src/fm.h b/src/fm.h index 35f2b26..c6ed57c 100644 --- a/src/fm.h +++ b/src/fm.h @@ -45,8 +45,6 @@ extern bool need_redraw; #define ENV_EDITOR 1 #define ENV_SF 2 -static char *enveditor; - file_list *fm_getdir(file_list *list, const char *path); fm_info *fm_init(terminal *t); void fm_getcwd(fm_info *info); -- cgit v1.2.3