mirror of
https://github.com/tmux/tmux.git
synced 2026-06-21 09:45:41 +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);
|
scene = screen_redraw_get_scene(c);
|
||||||
if (scene == NULL)
|
|
||||||
return;
|
|
||||||
if (scene == NULL)
|
if (scene == NULL)
|
||||||
return;
|
return;
|
||||||
screen_redraw_set_draw_context(&dctx, scene);
|
screen_redraw_set_draw_context(&dctx, scene);
|
||||||
|
|||||||
Reference in New Issue
Block a user