From 25ea8cb7797a11f73a8a2f0be291c2434abdb21e Mon Sep 17 00:00:00 2001 From: Nils Dagsson Moskopp Date: Sat, 18 Mar 2023 20:36:33 +0100 Subject: [PATCH] - Remove dead code --- hexfont.lua | 5 ----- 1 file changed, 5 deletions(-) diff --git a/hexfont.lua b/hexfont.lua index 0f96012..927da37 100755 --- a/hexfont.lua +++ b/hexfont.lua @@ -233,11 +233,6 @@ hexfont.render_line = function(self, text, properties) #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 assert( "number" == type(tabulator_size)