[Xfce4-commits] <xfce4-diskperf-plugin:master> remove unused variables

Landry Breuil noreply at xfce.org
Tue Apr 3 16:36:09 CEST 2012


Updating branch refs/heads/master
         to d90b283ffa6cf6a920b78e60b64cd782bcc0fb86 (commit)
       from f11b12aa299f17dce87c36db00c93fa5572ba579 (commit)

commit d90b283ffa6cf6a920b78e60b64cd782bcc0fb86
Author: Landry Breuil <landry at xfce.org>
Date:   Tue Apr 3 15:45:09 2012 +0200

    remove unused variables

 panel-plugin/main.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/panel-plugin/main.c b/panel-plugin/main.c
index 767f181..f80be9d 100644
--- a/panel-plugin/main.c
+++ b/panel-plugin/main.c
@@ -300,7 +300,6 @@ static int SetSingleBarColor (struct diskperf_t *p_poPlugin, int p_iBar)
     struct diskperf_t *poPlugin = p_poPlugin;
     struct param_t *poConf = &(poPlugin->oConf.oParam);
     struct monitor_t *poMonitor = &(poPlugin->oMonitor);
-    GtkRcStyle     *poStyle;
     Widget_t       *pwBar;
 
     pwBar = poMonitor->aoPerfBar[p_iBar].pwBar;
@@ -664,7 +663,6 @@ static void ToggleTitle (Widget_t p_w, void *p_pvPlugin)
 {
     struct diskperf_t *poPlugin = (diskperf_t *) p_pvPlugin;
     struct param_t *poConf = &(poPlugin->oConf.oParam);
-    struct gui_t   *poGUI = &(poPlugin->oConf.oGUI);
     struct monitor_t *poMonitor = &(poPlugin->oMonitor);
 
     poConf->fTitleDisplayed =


More information about the Xfce4-commits mailing list