[Xfce4-commits] <xfce4-cpugraph-plugin:master> Remove dead code
Florian
noreply at xfce.org
Sat Apr 17 16:16:12 CEST 2010
Updating branch refs/heads/master
to f66c35895bea6dcd3c30df800bf5312f2d606871 (commit)
from f6641133b27392cd644610534966ad4549e1a40d (commit)
commit f66c35895bea6dcd3c30df800bf5312f2d606871
Author: Florian Rivoal <frivoal at gmail.com>
Date: Wed Feb 10 10:28:26 2010 +0900
Remove dead code
Two functions were delcared but never defined or used.
panel-plugin/cpu.h | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/panel-plugin/cpu.h b/panel-plugin/cpu.h
index 91cbffe..48ae5f9 100644
--- a/panel-plugin/cpu.h
+++ b/panel-plugin/cpu.h
@@ -111,14 +111,11 @@ void DrawAreaExposeEvent( GtkWidget *da, GdkEventExpose *event, gpointer data );
void CreateOptions( XfcePanelPlugin *plugin, CPUGraph *base );
void SetOrientation( XfcePanelPlugin *plugin, GtkOrientation orientation, CPUGraph *base );
void SetHistorySize( CPUGraph *base, int size );
-void SetRealGeometry( CPUGraph *base );
-
void ChangeColor1( GtkButton *button, CPUGraph *base );
void ChangeColor2( GtkButton *button, CPUGraph *base );
void ChangeColor3( GtkButton *button, CPUGraph *base );
void ChangeColor4( GtkButton *button, CPUGraph *base );
-void ChangeColor5( GtkButton *button, CPUGraph *base );
void ChangeColor( int color, CPUGraph *base );
void SpinChange( GtkSpinButton *sb, int *value );
void UpdateChange( GtkOptionMenu *om, CPUGraph *base );
More information about the Xfce4-commits
mailing list