[fix] remove SDL3 input audio stream recording

This commit is contained in:
dijunkun
2025-09-02 16:53:55 +08:00
parent b6fe0da581
commit a068a32303
2 changed files with 0 additions and 19 deletions

View File

@@ -348,7 +348,6 @@ class Render {
std::string focused_remote_id_ = "";
bool need_to_send_host_info_ = false;
SDL_Event last_mouse_event;
SDL_AudioStream *input_stream_;
SDL_AudioStream *output_stream_;
uint32_t STREAM_REFRESH_EVENT = 0;