remove unused param

This commit is contained in:
Pierce 2023-10-24 19:43:44 -04:00
parent 8ef507f8bd
commit 0b5b843db0
No known key found for this signature in database
GPG Key ID: EC79465B0E865E47

View File

@ -1,4 +1,4 @@
local function wrapHTMLPanel( panelName, errorOnMissing )
local function wrapHTMLPanel( panelName )
print( "Wrapping SetHTML and OpenURL for " .. panelName )
local funcName = function( functionName )
return "_" .. panelName .. "_" .. functionName