[Xfce4-commits] [xfce/xfce4-power-manager] 02/02: Remove unused pointer value

noreply at xfce.org noreply at xfce.org
Mon Jun 2 16:02:46 CEST 2014


This is an automated email from the git hooks/post-receive script.

eric pushed a commit to branch master
in repository xfce/xfce4-power-manager.

commit 0f3c128acf9ec3d794b5d8403e7b62bad742ba64
Author: Eric Koegel <eric.koegel at gmail.com>
Date:   Mon Jun 2 17:00:31 2014 +0300

    Remove unused pointer value
    
    In xfpm_settings_advanced: Pointer returned from a function was
    never used. Remove the entire line.
---
 settings/xfpm-settings.c |    1 -
 1 file changed, 1 deletion(-)

diff --git a/settings/xfpm-settings.c b/settings/xfpm-settings.c
index 9f3586f..5e85440 100644
--- a/settings/xfpm-settings.c
+++ b/settings/xfpm-settings.c
@@ -1341,7 +1341,6 @@ xfpm_settings_advanced (XfconfChannel *channel, gboolean system_laptop,
      */
     list_store = gtk_list_store_new (2, G_TYPE_STRING, G_TYPE_INT);
     sleep_mode = GTK_WIDGET (gtk_builder_get_object (xml, "system-sleep-mode"));
-    label = GTK_WIDGET (gtk_builder_get_object (xml, "system-sleepmode-label"));
     gtk_combo_box_set_model (GTK_COMBO_BOX(sleep_mode), GTK_TREE_MODEL(list_store));
     
     if ( can_suspend )

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list