diff options
author | Pablo Barciela <[email protected]> | 2019-11-05 16:42:56 +0100 |
---|---|---|
committer | ZenWalker <[email protected]> | 2019-11-08 18:48:41 +0100 |
commit | 9385372b6f76fdcd7f2c673fb882e3d82eced6fc (patch) | |
tree | 94267d741aa49174a952fa4737db752b0ab243a5 | |
parent | dc93bd19bc54fa6a04b7769b212bbd2718be4467 (diff) | |
download | mate-system-monitor-9385372b6f76fdcd7f2c673fb882e3d82eced6fc.tar.bz2 mate-system-monitor-9385372b6f76fdcd7f2c673fb882e3d82eced6fc.tar.xz |
gsm_color_button: avoid redundant redeclarations
-rw-r--r-- | src/gsm_color_button.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gsm_color_button.c b/src/gsm_color_button.c index 3148c34..cfe470b 100644 --- a/src/gsm_color_button.c +++ b/src/gsm_color_button.c @@ -72,9 +72,6 @@ enum #define GSMCP_MIN_WIDTH 15 #define GSMCP_MIN_HEIGHT 15 -static void gsm_color_button_class_intern_init (gpointer); -static void gsm_color_button_class_init (GSMColorButtonClass * klass); -static void gsm_color_button_init (GSMColorButton * color_button); static void gsm_color_button_finalize (GObject * object); static void gsm_color_button_set_property (GObject * object, guint param_id, const GValue * value, |