- Remove dead code
This commit is contained in:
parent
42b985cb3d
commit
25ea8cb779
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue