1
0
mirror of https://github.com/ComfyFactory/ComfyFactorio.git synced 2025-01-04 00:15:45 +02:00

Remove unused var

This commit is contained in:
Gerkiz 2023-12-04 23:03:39 +01:00
parent 2e626f819d
commit 574d9764c1

View File

@ -167,8 +167,6 @@ local function create_frame(player, alignment, location, data)
frame.style.padding = 3
frame.style.top_padding = 4
global.a = frame
if alignment == 'vertical' then
frame.style.minimal_height = 96
end