SDL_mixer: Sync SDL2_mixer wiki -> header (f1a3b)

From f1a3b3f0f0f6a3990ecfcc4cbe156785e7479a06 Mon Sep 17 00:00:00 2001
From: SDL Wiki Bot <[EMAIL REDACTED]>
Date: Mon, 22 Jun 2026 20:01:15 +0000
Subject: [PATCH] Sync SDL2_mixer wiki -> header

[ci skip]
---
 include/SDL_mixer.h | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/include/SDL_mixer.h b/include/SDL_mixer.h
index 2c4dd0983..38654e2c1 100644
--- a/include/SDL_mixer.h
+++ b/include/SDL_mixer.h
@@ -463,11 +463,6 @@ extern DECLSPEC int SDLCALL Mix_OpenAudio(int frequency, Uint16 format, int chan
 extern DECLSPEC int SDLCALL Mix_OpenAudioDevice(int frequency, Uint16 format, int channels, int chunksize, const char* device, int allowed_changes);
 
 /**
- * Suspend or resume the whole audio output.
- *
- * \param pause_on 1 to pause audio output, or 0 to resume.
- *
- * \since This function is available since SDL_mixer 2.8.0.
  */
 extern DECLSPEC void SDLCALL Mix_PauseAudio(int pause_on);