aboutsummaryrefslogtreecommitdiffstats
path: root/src/fm.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fm.c')
-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 */