diff options
Diffstat (limited to 'eel/eel-background.c')
-rw-r--r-- | eel/eel-background.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/eel/eel-background.c b/eel/eel-background.c index 98c85163..9cada8c0 100644 --- a/eel/eel-background.c +++ b/eel/eel-background.c @@ -32,8 +32,6 @@ #include "eel-lib-self-check-functions.h" #include "eel-string.h" #include "eel-marshal.h" -#include "eel-types.h" -#include "eel-type-builtins.h" #include <gtk/gtk.h> #include <eel/eel-canvas.h> #include <eel/eel-canvas-util.h> @@ -112,8 +110,6 @@ eel_background_class_init (gpointer klass) object_class = G_OBJECT_CLASS (klass); - eel_type_init (); - signals[APPEARANCE_CHANGED] = g_signal_new ("appearance_changed", G_TYPE_FROM_CLASS (object_class), |