testaudio: Patched to compile.

(this was a piece of PR #8213 that accidentally creeped into main.)
main
Ryan C. Gordon 2023-09-07 16:03:49 -04:00
parent 5747ddc012
commit ad1313e751
No known key found for this signature in database
GPG Key ID: FA148B892AB48044
1 changed files with 0 additions and 2 deletions

View File

@ -206,8 +206,6 @@ static Thing *UpdateMouseOver(const float x, const float y)
SetTitleBar("%s", thing->titlebar);
}
mouseover_thing = thing;
return thing;
}