Преглед изворни кода

testaudio: Patched to compile.

(this was a piece of PR #8213 that accidentally creeped into main.)
Ryan C. Gordon пре 2 година
родитељ
комит
ad1313e751
1 измењених фајлова са 0 додато и 2 уклоњено
  1. 0 2
      test/testaudio.c

+ 0 - 2
test/testaudio.c

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