From 5368c7b5b9dc5339728293e09b89f3faefd636cb Mon Sep 17 00:00:00 2001 From: Gwanglim Lee Date: Wed, 20 Jun 2018 17:42:47 +0900 Subject: [PATCH] e_main: remove unused really_know option Change-Id: I5b3798ffb269acb44e094abbd0dfaca62f481663 --- src/bin/e_main.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/bin/e_main.c b/src/bin/e_main.c index 86ee95f..90f158d 100644 --- a/src/bin/e_main.c +++ b/src/bin/e_main.c @@ -109,7 +109,6 @@ static void _e_main_hooks_clean(void); static void _e_main_hook_call(E_Main_Hook_Point hookpoint, void *data EINA_UNUSED); /* local variables */ -static Eina_Bool really_know = EINA_FALSE; static Eina_Bool inloop = EINA_FALSE; static int _e_main_lvl = 0; @@ -899,8 +898,6 @@ _e_main_parse_arguments(int argc, char **argv) if (!getenv("E_CONF_PROFILE")) e_util_env_set("E_CONF_PROFILE", argv[i]); } - else if (!strcmp(argv[i], "-i-really-know-what-i-am-doing-and-accept-full-responsibility-for-it")) - really_know = EINA_TRUE; else if (!strcmp(argv[i], "-nopause")) e_nopause = EINA_TRUE; else if ((!strcmp(argv[i], "-version")) || -- 2.7.4