Remove unused parameter again

gains performance
This commit is contained in:
NoM0Re
2025-07-09 22:30:49 +02:00
parent 0a04322b5a
commit a749a08e94
@@ -262,7 +262,7 @@ FrameToUnit:Init(true)
local profiling = false
local profileData
local function doNothing(_)
local function doNothing()
end
local StartProfiling = doNothing