From 6394c85c06a5eb67713763c7e471e0fef3160c41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Sat, 29 Apr 2023 17:28:20 +0200 Subject: [PATCH] Platform: nobody's ever going to use ~Configuration::WindowFlags{}. So don't bother building the correct mask of it. --- src/Magnum/Platform/Sdl2Application.h | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/src/Magnum/Platform/Sdl2Application.h b/src/Magnum/Platform/Sdl2Application.h index 8d2648ce3..fd4be4674 100644 --- a/src/Magnum/Platform/Sdl2Application.h +++ b/src/Magnum/Platform/Sdl2Application.h @@ -1761,20 +1761,7 @@ class Sdl2Application::Configuration { * * @see @ref setWindowFlags() */ - #ifndef DOXYGEN_GENERATING_OUTPUT - typedef Containers::EnumSet= 2006 - |SDL_WINDOW_VULKAN - #endif - > WindowFlags; - #else typedef Containers::EnumSet WindowFlags; - #endif /** * @brief DPI scaling policy