summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ui/frames.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ui/frames.c b/src/ui/frames.c
index a56d8f93..5f938dff 100644
--- a/src/ui/frames.c
+++ b/src/ui/frames.c
@@ -2280,8 +2280,6 @@ generate_pixmap (MetaFrames *frames,
cr = cairo_create (result);
cairo_translate (cr, -rect->x, -rect->y);
- cairo_paint (cr);
-
meta_frames_paint_to_drawable (frames, frame, cr);
cairo_destroy (cr);