From a578e5d5e3e0e8f2bcbdcdd5079af4f886d4dd4e Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Thu, 5 Jul 2012 10:46:44 -0500 Subject: copyediting --- src/user-widget.c | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/src/user-widget.c b/src/user-widget.c index 90dd811..b0d2dd4 100644 --- a/src/user-widget.c +++ b/src/user-widget.c @@ -20,14 +20,11 @@ with this program. If not, see . */ #ifdef HAVE_CONFIG_H -#include "config.h" + #include "config.h" #endif -#include #include -#include - #include #include "shared-names.h" @@ -49,13 +46,6 @@ struct _UserWidgetPrivate #define USER_WIDGET_GET_PRIVATE(o) (G_TYPE_INSTANCE_GET_PRIVATE ((o), USER_WIDGET_TYPE, UserWidgetPrivate)) -typedef struct -{ - double r; - double g; - double b; -} CairoColorRGB; - /* Prototypes */ static void user_widget_class_init (UserWidgetClass *klass); static void user_widget_init (UserWidget *self); -- cgit v1.2.3