Skip to content

Commit 508a213

Browse files
JosephMccmtwebster
authored andcommitted
prefs.c: Restore the locate pointer functionality
1 parent 930de9e commit 508a213

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

src/core/prefs.c

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff 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

20172001
static gboolean

0 commit comments

Comments
 (0)