mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 13:18:50 +00:00
Host: Kill off GetRenderWindowSize
This commit is contained in:
parent
aa2fc1f66b
commit
b94dbca160
13 changed files with 12 additions and 141 deletions
|
@ -26,7 +26,6 @@ public:
|
|||
~DMainWindow();
|
||||
|
||||
// DRenderWidget
|
||||
void RenderWidgetSize(int& x_pos, int& y_pos, int& w, int& h);
|
||||
bool RenderWidgetHasFocus();
|
||||
DRenderWidget* GetRenderWidget() { return m_render_widget.get(); }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue