Browse Source

qnx: Removed unused bootstrap declaration.

QNX_bootstrap is the VideoBootStrap. QSAAUDIO_bootstrap is still there.
Philipp Wiesemann 7 years ago
parent
commit
4366721b46
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/audio/SDL_sysaudio.h

+ 0 - 1
src/audio/SDL_sysaudio.h

@@ -205,7 +205,6 @@ extern AudioBootStrap FUSIONSOUND_bootstrap;
 extern AudioBootStrap ANDROIDAUDIO_bootstrap;
 extern AudioBootStrap PSPAUDIO_bootstrap;
 extern AudioBootStrap EMSCRIPTENAUDIO_bootstrap;
-extern AudioBootStrap QNX_bootstrap;
 
 #endif /* SDL_sysaudio_h_ */