diff options
Diffstat (limited to 'Source/Core')
| -rw-r--r-- | Source/Core/DolphinWX/GLInterface/X11_Util.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/Core/DolphinWX/GLInterface/X11_Util.cpp b/Source/Core/DolphinWX/GLInterface/X11_Util.cpp index a1060e8b87..32ab4699e2 100644 --- a/Source/Core/DolphinWX/GLInterface/X11_Util.cpp +++ b/Source/Core/DolphinWX/GLInterface/X11_Util.cpp @@ -83,8 +83,6 @@ void *cXInterface::CreateWindow(void) XSync(GLWin.evdpy, True); GLWin.xEventThread = std::thread(&cXInterface::XEventThread, this); - // Control window size and picture scaling - GLInterface->SetBackBufferDimensions(GLWin.width, GLWin.height); return (void *) GLWin.win; } |
