mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-22 10:19:01 +00:00
VideoBackend: Remove PeekMessages method
The video thread and backend no longer create any windows, therefore there will never be any messages dispatched to their thread.
This commit is contained in:
parent
d96e8c9d76
commit
c790077c13
10 changed files with 0 additions and 38 deletions
|
@ -19,8 +19,6 @@ class VideoBackend : public VideoBackendBase
|
|||
|
||||
void InitBackendInfo() override;
|
||||
|
||||
unsigned int PeekMessages() override;
|
||||
|
||||
private:
|
||||
bool InitializeGLExtensions();
|
||||
bool FillBackendInfo();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue