From a7b2d3de69599ae44d64be5d6978ae298a31796e Mon Sep 17 00:00:00 2001 From: Ethan Lee Date: Sun, 2 Mar 2014 17:41:21 -0500 Subject: [PATCH] Whuh, we already got rid of this... --- src/SDL2.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/SDL2.cs b/src/SDL2.cs index 321bf92..41966c4 100644 --- a/src/SDL2.cs +++ b/src/SDL2.cs @@ -231,8 +231,6 @@ namespace SDL2 /* Only available in SDL 2.0.2 or higher */ public const string SDL_HINT_CTRL_CLICK_EMULATE_RIGHT_CLICK = "SDL_CTRL_CLICK_EMULATE_RIGHT_CLICK"; - public const string SDL_HINT_VIDEO_FULLSCREEN_SPACES = - "SDL_VIDEO_FULLSCREEN_SPACES"; public const string SDL_HINT_VIDEO_WIN_D3DCOMPILER = "SDL_VIDEO_WIN_D3DCOMPILER"; public const string SDL_HINT_MOUSE_RELATIVE_MODE_WARP =