diff options
Diffstat (limited to 'plugins/common')
-rw-r--r-- | plugins/common/msd-osd-window.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/common/msd-osd-window.c b/plugins/common/msd-osd-window.c index d0e0cf3..30ffd57 100644 --- a/plugins/common/msd-osd-window.c +++ b/plugins/common/msd-osd-window.c @@ -330,7 +330,6 @@ draw_when_not_composited (GtkWidget *widget, cairo_t *cr) expose_when_not_composited (GtkWidget *widget, GdkEventExpose *event) #endif { - MsdOsdWindow *window; #if GTK_CHECK_VERSION (3, 0, 0) int width; int height; @@ -338,7 +337,6 @@ expose_when_not_composited (GtkWidget *widget, GdkEventExpose *event) GtkAllocation allocation; #endif - window = MSD_OSD_WINDOW (widget); #if GTK_CHECK_VERSION (3, 0, 0) width = gtk_widget_get_allocated_width (widget); |