Code

options: don't use "editor" as the default editor
[ncmpc.git] / src / options.c
index 0495353af7062d09762c925f886af4c7bd8cdc77..9bc338ebf30d5aa15c68b8646d5669a114540db3 100644 (file)
@@ -369,9 +369,6 @@ options_init(void)
        options.list_format = g_strdup(DEFAULT_LIST_FORMAT);
        options.status_format = g_strdup(DEFAULT_STATUS_FORMAT);
        options.screen_list = g_strsplit_set(DEFAULT_SCREEN_LIST, " ", 0);
-#ifdef ENABLE_LYRICS_SCREEN
-       options.text_editor = g_strdup(DEFAULT_TEXT_EDITOR);
-#endif
 #ifndef NCMPC_MINI
        options.scroll_sep = g_strdup(DEFAULT_SCROLL_SEP);
 #endif