diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/user-widget.c | 12 |
1 files changed, 1 insertions, 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 <http://www.gnu.org/licenses/>. */ #ifdef HAVE_CONFIG_H -#include "config.h" + #include "config.h" #endif -#include <glib/gi18n.h> #include <gtk/gtk.h> -#include <math.h> - #include <libindicator/indicator-image-helper.h> #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); |