Examples: Removed unused variable (will be used in docking branch tho, undo when merging!)

This commit is contained in:
omar 2019-04-15 01:01:39 +02:00
parent 622556719e
commit 882d480b5e

View File

@ -51,9 +51,6 @@
#define SDL_HAS_CAPTURE_AND_GLOBAL_MOUSE SDL_VERSION_ATLEAST(2,0,4)
#define SDL_HAS_VULKAN SDL_VERSION_ATLEAST(2,0,6)
#if !SDL_HAS_VULKAN
static const Uint32 SDL_WINDOW_VULKAN = 0x10000000;
#endif
// Data
static SDL_Window* g_Window = NULL;