From 9385372b6f76fdcd7f2c673fb882e3d82eced6fc Mon Sep 17 00:00:00 2001 From: Pablo Barciela Date: Tue, 5 Nov 2019 16:42:56 +0100 Subject: gsm_color_button: avoid redundant redeclarations --- src/gsm_color_button.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'src') 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, -- cgit v1.2.1