Skip to content

Commit cc43540

Browse files
committed
Remove redundant headless virtual size stub
Drop the stale Radius Jewel Finder stub after rebasing onto origin/dev, where HeadlessWrapper already gets virtual screen sizing from the shared headless path. Reviewed in 20260523T092557Z-codex-0f35438f3607.
1 parent 3fd7b19 commit cc43540

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/HeadlessWrapper.lua

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,6 @@ function RenderInit(flag, ...) end
4848
function GetScreenSize()
4949
return 1920, 1080
5050
end
51-
function GetVirtualScreenSize()
52-
return 1920, 1080
53-
end
5451
function GetScreenScale()
5552
return 1
5653
end

0 commit comments

Comments
 (0)