diff options
Diffstat (limited to 'capplets/keybindings')
-rw-r--r-- | capplets/keybindings/mate-keybinding-properties.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/capplets/keybindings/mate-keybinding-properties.c b/capplets/keybindings/mate-keybinding-properties.c index 2e016a94..cfd7cf58 100644 --- a/capplets/keybindings/mate-keybinding-properties.c +++ b/capplets/keybindings/mate-keybinding-properties.c @@ -1111,7 +1111,6 @@ static gboolean cb_check_for_uniqueness(GtkTreeModel* model, GtkTreePath* path, gchar *new_key_path = NULL; gchar *element_path = NULL; - /* FIXME GLIB_CHECK_VERSION for < 2.32 */ if (new_key && new_key->settings) { #if GLIB_CHECK_VERSION (2, 32, 0) |