Updating branch refs/heads/master to 41d9cd32cb86edaea37fa3259eeb84258b37724a (commit) from d1e93d2ccd8d87e5f8440ab1d0d22bb2aa401d4c (commit)
commit 41d9cd32cb86edaea37fa3259eeb84258b37724a Author: Jérôme Guelfucci <jero...@xfce.org> Date: Fri Apr 22 12:22:29 2011 +0200 Remove unused code to get the last value of a radio group. This fixes build with --enable-debug=full and gcc 4.6. dialogs/display-settings/main.c | 5 ----- 1 files changed, 0 insertions(+), 5 deletions(-) diff --git a/dialogs/display-settings/main.c b/dialogs/display-settings/main.c index 1706964..f4f3b2a 100644 --- a/dialogs/display-settings/main.c +++ b/dialogs/display-settings/main.c @@ -935,11 +935,9 @@ display_settings_minimal_dialog_response (GtkDialog *dialog, { GObject *first_screen_radio; GObject *second_screen_radio; - GObject *both_radio; XfceRRMode *mode1, *mode2; gboolean use_first_screen; gboolean use_second_screen; - gboolean use_both; guint first, second; gint m, n, found; @@ -951,14 +949,11 @@ display_settings_minimal_dialog_response (GtkDialog *dialog, first_screen_radio = gtk_builder_get_object (builder, "radiobutton1"); second_screen_radio = gtk_builder_get_object (builder, "radiobutton2"); - both_radio = gtk_builder_get_object (builder, "radiobutton3"); use_first_screen = gtk_toggle_button_get_active (GTK_TOGGLE_BUTTON (first_screen_radio)); use_second_screen = gtk_toggle_button_get_active (GTK_TOGGLE_BUTTON (second_screen_radio)); - use_both = - gtk_toggle_button_get_active (GTK_TOGGLE_BUTTON (both_radio)); if (use_first_screen) { _______________________________________________ Xfce4-commits mailing list Xfce4-commits@xfce.org http://foo-projects.org/mailman/listinfo/xfce4-commits