We dont need blank_line since it's only used to clear GPU data we can just memset the GPU to 0 directly

This commit is contained in:
Kovid Goyal
2026-01-08 11:23:26 +05:30
parent da45f7eeaa
commit dbef4ddd2e
2 changed files with 13 additions and 21 deletions

View File

@@ -109,7 +109,6 @@ typedef struct {
double pixel_scroll_offset_y;
CellPixelSize cell_size;
OverlayLine overlay_line;
Line blank_line; void *blank_line_buffer;
id_type window_id;
Selections selections, url_ranges;
struct {