Skip to content

Commit

Permalink
去除多余log
Browse files Browse the repository at this point in the history
  • Loading branch information
tonychanchen committed Jan 17, 2022
1 parent f9b7e6d commit 0ce8304
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ static void aout_close_audio(SDL_Aout *aout)

static void aout_set_playback_rate(SDL_Aout *aout, float playbackRate)
{
SDLTRACE("aout_close_audio()\n");
SDL_Aout_Opaque *opaque = aout->opaque;

[opaque->aoutController setPlaybackRate:playbackRate];
Expand Down

0 comments on commit 0ce8304

Please sign in to comment.