aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiso <wiso@svn>2009-09-24 18:37:20 +0000
committerwiso <wiso@svn>2009-09-24 18:37:20 +0000
commit42d4e205b622699a93f03ea5f4d38389b76f66c1 (patch)
treecad1b6066c9ea40964cd6ce3b45903752fd4fbf9
parentdb7f60713e22678b89bcc235f4aabf1116c37770 (diff)
[WIN32] fixed compiler error + cosmetics
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@23143 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
-rw-r--r--guilib/GUITexture.h4
-rw-r--r--project/VS2008Express/guilib.vcproj12
2 files changed, 1 insertions, 15 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)
diff --git a/project/VS2008Express/guilib.vcproj b/project/VS2008Express/guilib.vcproj
index c94efd98b1..948fd1c659 100644
--- a/project/VS2008Express/guilib.vcproj
+++ b/project/VS2008Express/guilib.vcproj
@@ -1247,18 +1247,6 @@
>
</File>
</Filter>
- <Filter
- Name="SDL"
- >
- <File
- RelativePath="..\..\guilib\GUITextureSDL.cpp"
- >
- </File>
- <File
- RelativePath="..\..\guilib\GUITextureSDL.h"
- >
- </File>
- </Filter>
</Filter>
</Files>
<Globals>