Delete require call for column layout
It's just sitting there menacingly
This commit is contained in:
parent
186d06f887
commit
662d1fcfdf
@ -1,4 +1,3 @@
|
|||||||
local column = require "helium.layout.column"
|
|
||||||
--my copy of the cssssss grids
|
--my copy of the cssssss grids
|
||||||
local path = string.sub(..., 1, string.len(...) - string.len(".grid"))
|
local path = string.sub(..., 1, string.len(...) - string.len(".grid"))
|
||||||
local layout = require(path..'.layout')
|
local layout = require(path..'.layout')
|
||||||
@ -411,4 +410,4 @@ function grid:draw(xRoot, yRoot, width, height, children)
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
return grid
|
return grid
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user