Quellcode durchsuchen

wasapi: Removed WinRT PrivateAudioData members

Ethan Lee vor 3 Jahren
Ursprung
Commit
ecc4b8773c
1 geänderte Dateien mit 0 neuen und 2 gelöschten Zeilen
  1. 0 2
      src/audio/wasapi/SDL_wasapi.h

+ 0 - 2
src/audio/wasapi/SDL_wasapi.h

@@ -51,8 +51,6 @@ struct SDL_PrivateAudioData
     int framesize;
     int default_device_generation;
     SDL_bool device_lost;
-    void *activation_handler;
-    SDL_atomic_t just_activated;
 };
 
 #ifdef __cplusplus