mirror of
https://github.com/ocornut/imgui.git
synced 2025-04-14 01:00:41 +00:00
Examples: Removed unused variable (will be used in docking branch tho, undo when merging!)
This commit is contained in:
parent
622556719e
commit
882d480b5e
1 changed files with 0 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue