deletion of unused vars

This commit is contained in:
nova
2026-05-14 23:15:24 +02:00
parent 9e8bd3c022
commit f5d0c8bc85
2 changed files with 2 additions and 5 deletions

2
dir.c
View File

@@ -17,8 +17,6 @@ extern unsigned int settings;
extern unsigned int file_modifiers;
extern unsigned int color_count;
extern unsigned int terminal_height;
extern volatile unsigned long selected_file_current;
extern volatile unsigned long selected_file_last;
extern color *colors;
int (*order_func)() = sort_natural;
linked_dir *visited_dirs;