Remove duplicate check.

This commit is contained in:
Nicholas Marriott
2026-06-17 20:52:08 +01:00
parent 62a27248bd
commit 488472dbef

View File

@@ -1468,8 +1468,6 @@ screen_redraw_draw(struct client *c, struct window_pane *wp, int flags)
}
scene = screen_redraw_get_scene(c);
if (scene == NULL)
return;
if (scene == NULL)
return;
screen_redraw_set_draw_context(&dctx, scene);