diff --git a/src/ui/theme.c b/src/ui/theme.c index c8529a9cf..8ae9605ce 100644 --- a/src/ui/theme.c +++ b/src/ui/theme.c @@ -3231,7 +3231,6 @@ meta_draw_op_draw_with_env (const MetaDrawOp *op, GdkRGBA color; cairo_save (cr); - gtk_style_context_save (style_gtk); cairo_set_line_width (cr, 1.0); @@ -3655,7 +3654,6 @@ meta_draw_op_draw_with_env (const MetaDrawOp *op, } cairo_restore (cr); - gtk_style_context_restore (style_gtk); } void