render: remove render_refresh_margins()

This commit is contained in:
Daniel Eklöf 2020-09-29 10:08:59 +02:00
parent 5924892bbe
commit af2873987f
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
3 changed files with 0 additions and 9 deletions

View file

@ -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;