summaryrefslogtreecommitdiffstats
path: root/image.c
diff options
context:
space:
mode:
Diffstat (limited to 'image.c')
-rw-r--r--image.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/image.c b/image.c
index 0b58769..c9ffc59 100644
--- a/image.c
+++ b/image.c
@@ -414,8 +414,6 @@ void img_render(img_t *img) {
imlib_context_set_drawable(win->pm);
imlib_render_image_part_on_drawable_at_size(sx, sy, sw, sh, dx, dy, dw, dh);
- win_draw(win);
-
img->dirty = false;
}