aboutsummaryrefslogtreecommitdiffstats
path: root/fm.c
diff options
context:
space:
mode:
authorverdant <im@verdant.ee>2026-07-25 16:58:51 +0800
committerverdant <im@verdant.ee>2026-07-25 20:25:22 +0800
commitc80a87418e592902a0d921a8fe0b3ce3102476f6 (patch)
tree2117dccd9df308c133db2569d06e022e9a6075ad /fm.c
parent22d386c03c687b32c42b9e79fb119c399ce3d6fb (diff)
downloadsf-c80a87418e592902a0d921a8fe0b3ce3102476f6.tar.gz
sf-c80a87418e592902a0d921a8fe0b3ce3102476f6.zip
Remove unused code
Diffstat (limited to 'fm.c')
-rw-r--r--fm.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/fm.c b/fm.c
index 00cfef9..ed3e7cd 100644
--- a/fm.c
+++ b/fm.c
@@ -216,7 +216,6 @@ static void *fm_preview_file(fm_info *i)
mvwprintw(i->fm_r->win, 0, 0, "%s", type);
}
- const char *file_type = detect_file_type(file_type);
free(type);
}