aboutsummaryrefslogtreecommitdiffstats
path: root/fm.h
diff options
context:
space:
mode:
Diffstat (limited to 'fm.h')
-rw-r--r--fm.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/fm.h b/fm.h
index a74a944..4acf2d6 100644
--- a/fm.h
+++ b/fm.h
@@ -33,7 +33,6 @@ typedef struct {
char got_dir[PATH_MAX];
char cwd[PATH_MAX];
int top, bottom;
- bool need_redraw;
} fm_info;
file_list *fm_getdir(file_list *list, const char *path);