Browse Source

wasapi: Removed WinRT PrivateAudioData members

Ethan Lee 2 năm trước cách đây
mục cha
commit
ecc4b8773c
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  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 framesize;
     int default_device_generation;
     int default_device_generation;
     SDL_bool device_lost;
     SDL_bool device_lost;
-    void *activation_handler;
-    SDL_atomic_t just_activated;
 };
 };
 
 
 #ifdef __cplusplus
 #ifdef __cplusplus