diff options
author | Stefano Karapetsas <[email protected]> | 2013-10-05 22:59:01 +0200 |
---|---|---|
committer | infirit <[email protected]> | 2013-12-17 22:58:28 +0100 |
commit | 8aaf030b5a40af8520cef1d11097948c563cef11 (patch) | |
tree | 5131d4e4a946970cd1cd0f2adb97565a8d86f5cb /capplets/display/xrandr-capplet.c | |
parent | 68e0d55c0712c06849248e43467d52aea93e7ea4 (diff) | |
download | mate-control-center-8aaf030b5a40af8520cef1d11097948c563cef11.tar.bz2 mate-control-center-8aaf030b5a40af8520cef1d11097948c563cef11.tar.xz |
Fix some deprecations and remove some unused vars
Diffstat (limited to 'capplets/display/xrandr-capplet.c')
-rw-r--r-- | capplets/display/xrandr-capplet.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/capplets/display/xrandr-capplet.c b/capplets/display/xrandr-capplet.c index 433b25db..7b3d2057 100644 --- a/capplets/display/xrandr-capplet.c +++ b/capplets/display/xrandr-capplet.c @@ -229,7 +229,6 @@ add_key (GtkWidget *widget, GtkComboBox *box = GTK_COMBO_BOX (widget); GtkTreeModel *model = gtk_combo_box_get_model (box); GtkListStore *store = GTK_LIST_STORE (model); - gboolean retval; info.text = text; info.found = FALSE; @@ -248,11 +247,6 @@ add_key (GtkWidget *widget, 5, rotation, -1); - retval = TRUE; - } - else - { - retval = FALSE; } } |