File tree Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Original file line number Diff line number Diff line change @@ -1996,22 +1996,6 @@ init_bindings (void)
19961996
19971997 key_bindings = g_hash_table_new_full (g_str_hash , g_str_equal , g_free ,
19981998 (GDestroyNotify )meta_key_pref_free );
1999-
2000- pref = g_new0 (MetaKeyPref , 1 );
2001- pref -> name = g_strdup ("overlay-key" );
2002- pref -> action = META_KEYBINDING_ACTION_OVERLAY_KEY ;
2003- pref -> combos = g_slist_prepend (pref -> combos , & overlay_key_combo );
2004- pref -> builtin = 1 ;
2005-
2006- g_hash_table_insert (key_bindings , g_strdup (pref -> name ), pref );
2007-
2008- pref = g_new0 (MetaKeyPref , 1 );
2009- pref -> name = g_strdup ("locate-pointer-key" );
2010- pref -> action = META_KEYBINDING_ACTION_LOCATE_POINTER_KEY ;
2011- pref -> combos = g_slist_prepend (pref -> combos , & locate_pointer_key_combo );
2012- pref -> builtin = 1 ;
2013-
2014- g_hash_table_insert (key_bindings , g_strdup (pref -> name ), pref );
20151999}
20162000
20172001static gboolean
You can’t perform that action at this time.
0 commit comments