[gnome-applets/wip/gnome-3.10+: 1/48] battstat: remove unused variable



commit ef7d5a73d10c42edacd78bf0a895f51ec188d401
Author: Alberts Muktupāvels <alberts muktupavels gmail com>
Date:   Fri Jul 4 00:02:39 2014 +0300

    battstat: remove unused variable

 battstat/properties.c |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)
---
diff --git a/battstat/properties.c b/battstat/properties.c
index eed71c1..9eb54f3 100644
--- a/battstat/properties.c
+++ b/battstat/properties.c
@@ -248,15 +248,9 @@ prop_cb (GtkAction    *action,
 {
   GtkBuilder *builder;
   GtkWidget *combo_ptr, *spin_ptr;
-  GConfClient *client;
   GtkListStore *liststore;
   GtkCellRenderer *renderer;
   GtkTreeIter iter;
-  /* Shouldn't this be used for something later on? */
-  gboolean   inhibit_command_line;
-
-  client = gconf_client_get_default ();
-  inhibit_command_line = gconf_client_get_bool (client, "/desktop/gnome/lockdown/inhibit_command_line", 
NULL);
 
   if (DEBUG) g_print("prop_cb()\n");
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]