From d8201a7e8bb26291f378f1197df0893955220031 Mon Sep 17 00:00:00 2001 From: Jules Blok Date: Fri, 11 Nov 2016 01:02:23 +0100 Subject: [PATCH] Frame: Remove exclusive mode OSD messages. --- Source/Core/DolphinWX/Frame.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Source/Core/DolphinWX/Frame.cpp b/Source/Core/DolphinWX/Frame.cpp index 2c18202716..cf0929d639 100644 --- a/Source/Core/DolphinWX/Frame.cpp +++ b/Source/Core/DolphinWX/Frame.cpp @@ -202,11 +202,6 @@ bool CRenderFrame::ShowFullScreen(bool show, long style) { // OpenGL requires the pop-up style to activate exclusive mode. SetWindowStyle((GetWindowStyle() & ~wxDEFAULT_FRAME_STYLE) | wxPOPUP_WINDOW); - - // Some backends don't support exclusive fullscreen, so we - // can't tell exactly when exclusive mode is activated. - if (!g_Config.backend_info.bSupportsExclusiveFullscreen) - OSD::AddMessage("Entered exclusive fullscreen."); } #endif