[gnome-applets] battstat: remove unused variable
- From: Alberts Muktupāvels <muktupavels src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-applets] battstat: remove unused variable
- Date: Wed, 27 Aug 2014 23:17:52 +0000 (UTC)
commit 9d571345924fa858663f34290c76c1fbabedea95
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]