Commit cbfa34bf authored by Momobako's avatar Momobako

Push by Appveyor

parent 28a43eb5
......@@ -43,10 +43,6 @@ end
function cm.lcheck(g)
return g:IsExists(cm.lfilter,1,nil,g)
end
function cm.lfilter(c,g)
local cg=c:GetColumnGroup()
return g:IsExists(function(tc) return cg:IsContains(tc) end,1,c)
end
function cm.location_check(p,tp,z)
local tz=0
if p~=tp then
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment