drop ImVector:contains() for not applicable types

This commit is contained in:
sonoro1234
2019-02-14 20:15:33 +01:00
parent 347d8d58b0
commit 6c9a018705
8 changed files with 20 additions and 753 deletions

View File

@@ -1096,7 +1096,6 @@ function M.Parser()
for tname,tnamestr in pairs(templates) do
--local tnamestr = typetoStr(tname)
local stname = defT.stname .. "_" .. tnamestr
local templ_stname = defT.stname .. "_" .. typename
local cimguiname = t.cimguiname:gsub(defT.stname,stname)
local ov_cimguiname = defT.ov_cimguiname:gsub(defT.stname,stname)
local signature = defT.signature:gsub(typename, tname)