config: do not add F11 as default binding to Fullscreen

This commit is contained in:
Boris Faure 2015-04-16 21:32:25 +02:00
parent 64afc103b5
commit 688f417814
1 changed files with 1 additions and 11 deletions

View File

@ -295,16 +295,6 @@ _config_upgrade_to_v2(Config *config)
kb->cb = eina_stringshare_add_length(Cb, strlen(Cb)); \
config->keys = eina_list_append(config->keys, kb)
static void
_config_upgrade_to_v5(Config *config)
{
Config_Keys *kb;
ADD_KB("F11", 0, 0, 0, 0, "win_fullscreen");
config->version = 5;
}
static void
_add_default_keys(Config *config)
{
@ -478,7 +468,7 @@ config_load(const char *key)
config->gravatar = EINA_TRUE;
/*pass through*/
case 4:
_config_upgrade_to_v5(config);
config->version = 5;
/*pass through*/
case CONF_VER: /* 5 */
config->version = CONF_VER;