[Xfce4-commits] [panel-plugins/xfce4-diskperf-plugin] 12/16: Remove now useless variables
noreply at xfce.org
noreply at xfce.org
Thu Apr 28 18:10:12 CEST 2016
This is an automated email from the git hooks/post-receive script.
landry pushed a commit to branch master
in repository panel-plugins/xfce4-diskperf-plugin.
commit b44da436c2803615d77450193c2ad5e61db14502
Author: Landry Breuil <landry at xfce.org>
Date: Thu Apr 28 18:06:29 2016 +0200
Remove now useless variables
---
panel-plugin/main.c | 4 ----
1 file changed, 4 deletions(-)
diff --git a/panel-plugin/main.c b/panel-plugin/main.c
index b2fd833..5fd73ec 100644
--- a/panel-plugin/main.c
+++ b/panel-plugin/main.c
@@ -609,9 +609,6 @@ static void diskperf_write_config (XfcePanelPlugin *plugin,
/* Write diskperf configuration into xml file */
{
struct param_t *poConf = &(poPlugin->oConf.oParam);
- const char *acColorFormat = "#%02X%02X%02X";
- GdkColor *poColor;
- char acBuffer[16];
XfceRc *rc;
char *file;
@@ -939,7 +936,6 @@ static void diskperf_create_options (XfcePanelPlugin *plugin,
struct param_t *poConf = &(poPlugin->oConf.oParam);
struct gui_t *poGUI = &(poPlugin->oConf.oGUI);
char acBuffer[16];
- struct color_selector_t *poColorWidgets;
Widget_t *apwColorPB[NMONITORS];
int i;
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list