summaryrefslogtreecommitdiff
path: root/eel/eel-background.c
diff options
context:
space:
mode:
Diffstat (limited to 'eel/eel-background.c')
-rw-r--r--eel/eel-background.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/eel/eel-background.c b/eel/eel-background.c
index e107f7db..9f4bc0c9 100644
--- a/eel/eel-background.c
+++ b/eel/eel-background.c
@@ -80,8 +80,7 @@ struct EelBackgroundPrivate
static GList *desktop_bg_objects = NULL;
-G_DEFINE_TYPE_WITH_CODE (EelBackground, eel_background, G_TYPE_OBJECT,
- G_ADD_PRIVATE (EelBackground))
+G_DEFINE_TYPE_WITH_PRIVATE (EelBackground, eel_background, G_TYPE_OBJECT)
static void
free_fade (EelBackground *self)