address many fontmem todos

This commit is contained in:
Mitchell Hashimoto
2024-04-06 20:00:22 -07:00
parent 3b0b9c2cfd
commit e3402cef4d
4 changed files with 4 additions and 36 deletions

View File

@@ -18,9 +18,6 @@
//! reinitialized and all surfaces should switch over to using that one.
const SharedGrid = @This();
// TODO(fontmem):
// - consider config changes and how they affect the shared grid.
const std = @import("std");
const assert = std.debug.assert;
const Allocator = std.mem.Allocator;