mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-16 22:05:21 -05:00
render: remove render_refresh_margins()
This commit is contained in:
parent
5924892bbe
commit
af2873987f
3 changed files with 0 additions and 9 deletions
6
render.c
6
render.c
|
|
@ -2385,12 +2385,6 @@ render_refresh(struct terminal *term)
|
|||
term->render.refresh.grid = true;
|
||||
}
|
||||
|
||||
void
|
||||
render_refresh_margins(struct terminal *term)
|
||||
{
|
||||
term->render.refresh.margins = true;
|
||||
}
|
||||
|
||||
void
|
||||
render_refresh_csd(struct terminal *term)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue