aboutsummaryrefslogtreecommitdiff
path: root/project
diff options
context:
space:
mode:
authorace20022 <ace20022@ymail.com>2014-03-03 19:59:33 +0100
committerace20022 <ace20022@ymail.com>2015-09-09 22:23:33 +0200
commit2291302a88ece61d82881f64765389bfa41c18d4 (patch)
tree35160594709c88cdad5e895a45fd811670ace39a /project
parenta972c39e9ed81c110c2a1c305a260e312f2730f4 (diff)
[TextureManager] Use new gif implementation and remove now obsolete AnimatedGif class.
Diffstat (limited to 'project')
-rw-r--r--project/VS2010Express/XBMC.vcxproj2
-rw-r--r--project/VS2010Express/XBMC.vcxproj.filters6
2 files changed, 0 insertions, 8 deletions
diff --git a/project/VS2010Express/XBMC.vcxproj b/project/VS2010Express/XBMC.vcxproj
index 4061a1a70b..ff58d70636 100644
--- a/project/VS2010Express/XBMC.vcxproj
+++ b/project/VS2010Express/XBMC.vcxproj
@@ -434,7 +434,6 @@
<ClCompile Include="..\..\xbmc\filesystem\ZipManager.cpp" />
<ClCompile Include="..\..\xbmc\GUIInfoManager.cpp" />
<ClCompile Include="..\..\xbmc\GUILargeTextureManager.cpp" />
- <ClCompile Include="..\..\xbmc\guilib\AnimatedGif.cpp" />
<ClCompile Include="..\..\xbmc\guilib\cximage.cpp" />
<ClCompile Include="..\..\xbmc\guilib\D3DResource.cpp" />
<ClCompile Include="..\..\xbmc\guilib\DDSImage.cpp" />
@@ -1815,7 +1814,6 @@
<ClInclude Include="..\..\xbmc\filesystem\PVRFile.h" />
<ClInclude Include="..\..\xbmc\GUIInfoManager.h" />
<ClInclude Include="..\..\xbmc\GUILargeTextureManager.h" />
- <ClInclude Include="..\..\xbmc\guilib\AnimatedGif.h" />
<ClInclude Include="..\..\xbmc\guilib\D3DResource.h" />
<ClInclude Include="..\..\xbmc\guilib\DDSImage.h" />
<ClInclude Include="..\..\xbmc\guilib\DirectXGraphics.h" />
diff --git a/project/VS2010Express/XBMC.vcxproj.filters b/project/VS2010Express/XBMC.vcxproj.filters
index 8f68bbc04a..2d290800a3 100644
--- a/project/VS2010Express/XBMC.vcxproj.filters
+++ b/project/VS2010Express/XBMC.vcxproj.filters
@@ -934,9 +934,6 @@
<ClCompile Include="..\..\xbmc\MediaSource.cpp" />
<ClCompile Include="..\..\xbmc\SystemGlobals.cpp" />
<ClCompile Include="..\..\xbmc\xbmc.cpp" />
- <ClCompile Include="..\..\xbmc\guilib\AnimatedGif.cpp">
- <Filter>guilib</Filter>
- </ClCompile>
<ClCompile Include="..\..\xbmc\guilib\D3DResource.cpp">
<Filter>guilib</Filter>
</ClCompile>
@@ -3859,9 +3856,6 @@
</ClInclude>
<ClInclude Include="..\..\xbmc\Application.h" />
<ClInclude Include="..\..\xbmc\system.h" />
- <ClInclude Include="..\..\xbmc\guilib\AnimatedGif.h">
- <Filter>guilib</Filter>
- </ClInclude>
<ClInclude Include="..\..\xbmc\guilib\D3DResource.h">
<Filter>guilib</Filter>
</ClInclude>