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 70ae996..4bff6a4 100644
--- a/fm.h
+++ b/fm.h
@@ -10,7 +10,6 @@ typedef struct {
int is_dir;
} file_item;
-static fm_info* fm_w_init(terminal* t);
void fm_getdir(fm_info* f);
fm_info* fm_init(terminal* t);