mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-17 05:33:52 -04:00
render: remove render_refresh_margins()
This commit is contained in:
parent
5924892bbe
commit
af2873987f
3 changed files with 0 additions and 9 deletions
|
|
@ -373,7 +373,6 @@ struct terminal {
|
|||
/* Scheduled for rendering, as soon-as-possible */
|
||||
struct {
|
||||
bool grid;
|
||||
bool margins;
|
||||
bool csd;
|
||||
bool search;
|
||||
bool title;
|
||||
|
|
@ -382,7 +381,6 @@ struct terminal {
|
|||
/* Scheduled for rendering, in the next frame callback */
|
||||
struct {
|
||||
bool grid;
|
||||
bool margins;
|
||||
bool csd;
|
||||
bool search;
|
||||
bool title;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue