diff options
Diffstat (limited to 'eel/eel-background.h')
-rw-r--r-- | eel/eel-background.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/eel/eel-background.h b/eel/eel-background.h index 9303835e..b16fc88b 100644 --- a/eel/eel-background.h +++ b/eel/eel-background.h @@ -95,11 +95,7 @@ gboolean eel_background_is_set (EelBackground /* Helper function for widgets using EelBackground */ void eel_background_draw (GtkWidget *widget, -#if GTK_CHECK_VERSION (3, 0, 0) cairo_t *cr); -#else - GdkEventExpose *event); -#endif /* Handles a dragged color being dropped on a widget to change the background color. */ void eel_background_set_dropped_color (EelBackground *self, |