ButtonTable: remove unused (#10926)

This commit is contained in:
hius07
2023-09-22 09:06:30 +03:00
committed by GitHub
parent 34ba2fab30
commit ed5c1cef20
7 changed files with 0 additions and 14 deletions

View File

@@ -152,8 +152,6 @@ function TweakInfoWidget:init()
local button_table = ButtonTable:new{
width = content:getSize().w,
button_font_face = "cfont",
button_font_size = 20,
buttons = buttons,
zero_sep = true,
show_parent = self,