mirror of
https://github.com/tmux/tmux.git
synced 2026-06-20 17:25:57 +00:00
Remove duplicate check.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user