- Remove dead code

This commit is contained in:
Nils Dagsson Moskopp 2023-03-18 20:36:33 +01:00
parent 42b985cb3d
commit 25ea8cb779
1 changed files with 0 additions and 5 deletions

View File

@ -233,11 +233,6 @@ hexfont.render_line = function(self, text, properties)
#background_color == #foreground_color #background_color == #foreground_color
) )
local minimal_width = properties.minimal_width or 0
assert(
"number" == type(minimal_width)
)
local tabulator_size = properties.tabulator_size or 8 * 8 local tabulator_size = properties.tabulator_size or 8 * 8
assert( assert(
"number" == type(tabulator_size) "number" == type(tabulator_size)