mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-12 02:59:00 +00:00
Host: Kill off GetRenderWindowSize
This commit is contained in:
parent
aa2fc1f66b
commit
b94dbca160
13 changed files with 12 additions and 141 deletions
|
@ -113,7 +113,6 @@ public:
|
|||
void PostEvent(wxCommandEvent& event);
|
||||
void StatusBarMessage(const char * Text, ...);
|
||||
void ClearStatusBar();
|
||||
void GetRenderWindowSize(int& x, int& y, int& width, int& height);
|
||||
void OnRenderWindowSizeRequest(int width, int height);
|
||||
void BootGame(const std::string& filename);
|
||||
void OnRenderParentClose(wxCloseEvent& event);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue