diff options
author | wiso <wiso@svn> | 2009-09-24 18:37:20 +0000 |
---|---|---|
committer | wiso <wiso@svn> | 2009-09-24 18:37:20 +0000 |
commit | 42d4e205b622699a93f03ea5f4d38389b76f66c1 (patch) | |
tree | cad1b6066c9ea40964cd6ce3b45903752fd4fbf9 /guilib/GUITexture.h | |
parent | db7f60713e22678b89bcc235f4aabf1116c37770 (diff) |
[WIN32] fixed compiler error + cosmetics
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@23143 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'guilib/GUITexture.h')
-rw-r--r-- | guilib/GUITexture.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/guilib/GUITexture.h b/guilib/GUITexture.h index aa60f5a630..68a122c135 100644 --- a/guilib/GUITexture.h +++ b/guilib/GUITexture.h @@ -172,9 +172,7 @@ protected: }; -#if defined(HAS_SDL_2D) -#include "GUITextureSDL.h" -#elif defined(HAS_GL) +#if defined(HAS_GL) #include "GUITextureGL.h" #define CGUITexture CGUITextureGL #elif defined(HAS_GLES) |