diff options
| author | verdant <im@verdant.ee> | 2026-07-28 20:29:09 +0800 |
|---|---|---|
| committer | verdant <im@verdant.ee> | 2026-07-28 20:44:30 +0800 |
| commit | fe4f50f407c388dc0e6e77f4bb191f88058d5305 (patch) | |
| tree | 1871959f3c9c9a50e4a77177093e3bb5580fb568 /src/fm.c | |
| parent | 19e0828979724e409e7da545976d93f5c2e82381 (diff) | |
| download | sf-fe4f50f407c388dc0e6e77f4bb191f88058d5305.tar.gz sf-fe4f50f407c388dc0e6e77f4bb191f88058d5305.zip | |
Remove unused definition
Diffstat (limited to 'src/fm.c')
| -rw-r--r-- | src/fm.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -32,7 +32,6 @@ static void fm_file_items_realloc(file_list *l); static char *detect_file_type(const char *filepath); static void fm_getenv(void); static char *xgetenv(const char *const name, char *fallback); -int open_with_editor(char **argv); bool fm_preview_file(window *w, const char *path); /* Functions */ |
