aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorverdant <im@verdant.ee>2026-07-28 20:29:09 +0800
committerverdant <im@verdant.ee>2026-07-28 20:44:30 +0800
commitfe4f50f407c388dc0e6e77f4bb191f88058d5305 (patch)
tree1871959f3c9c9a50e4a77177093e3bb5580fb568 /src
parent19e0828979724e409e7da545976d93f5c2e82381 (diff)
downloadsf-fe4f50f407c388dc0e6e77f4bb191f88058d5305.tar.gz
sf-fe4f50f407c388dc0e6e77f4bb191f88058d5305.zip
Remove unused definition
Diffstat (limited to 'src')
-rw-r--r--src/fm.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/fm.c b/src/fm.c
index c863cad..db4aed8 100644
--- a/src/fm.c
+++ b/src/fm.c
@@ -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 */