diff options
author | Pablo Barciela <[email protected]> | 2018-01-13 23:31:54 +0100 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2018-01-13 23:31:54 +0100 |
commit | 9aa60ce09b88efd4227f8f795c54d07b2776f756 (patch) | |
tree | f08b86caf876e415d70433f59eaba3796fb50e26 /capplets/keyboard | |
parent | d146d8f263b3d12d6e2c3fc7da1b4fc28915db57 (diff) | |
download | mate-control-center-9aa60ce09b88efd4227f8f795c54d07b2776f756.tar.bz2 mate-control-center-9aa60ce09b88efd4227f8f795c54d07b2776f756.tar.xz |
drop unused variables
Diffstat (limited to 'capplets/keyboard')
-rw-r--r-- | capplets/keyboard/mate-keyboard-properties-xkblt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/capplets/keyboard/mate-keyboard-properties-xkblt.c b/capplets/keyboard/mate-keyboard-properties-xkblt.c index b9971e65..115ffac0 100644 --- a/capplets/keyboard/mate-keyboard-properties-xkblt.c +++ b/capplets/keyboard/mate-keyboard-properties-xkblt.c @@ -357,7 +357,7 @@ show_selected_layout (GtkWidget * button, GtkBuilder * dialog) GSList *layouts_list = xkb_layouts_get_selected_list (); const gchar *id = g_slist_nth_data (layouts_list, idx); char *descr = xkb_layout_description_utf8 (id); - GtkWidget *popup = matekbd_keyboard_drawing_new_dialog (idx, descr); + matekbd_keyboard_drawing_new_dialog (idx, descr); clear_xkb_elements_list (layouts_list); g_free (descr); } |