aboutsummaryrefslogtreecommitdiff
path: root/project
diff options
context:
space:
mode:
authorJonathan Marshall <jmarshall@never.you.mind>2013-01-26 12:15:56 +1300
committerJonathan Marshall <jmarshall@xbmc.org>2014-02-01 09:37:33 +1300
commit953e5047ff52d76dcb99589bd9792ce211b2b5a2 (patch)
tree5be88e64cfd932a3f66a4026e3a1d741b3fb0a50 /project
parentfc541bd700940131584a85274723a465146203fc (diff)
remove unused MusicInfoTagLoaderWav
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 bfefc2b180..3d9875c479 100644
--- a/project/VS2010Express/XBMC.vcxproj
+++ b/project/VS2010Express/XBMC.vcxproj
@@ -748,7 +748,6 @@
<ClCompile Include="..\..\xbmc\music\tags\MusicInfoTagLoaderNSF.cpp" />
<ClCompile Include="..\..\xbmc\music\tags\MusicInfoTagLoaderShn.cpp" />
<ClCompile Include="..\..\xbmc\music\tags\MusicInfoTagLoaderSPC.cpp" />
- <ClCompile Include="..\..\xbmc\music\tags\MusicInfoTagLoaderWav.cpp" />
<ClCompile Include="..\..\xbmc\music\tags\MusicInfoTagLoaderYM.cpp" />
<ClCompile Include="..\..\xbmc\music\tags\TagLibVFSStream.cpp" />
<ClCompile Include="..\..\xbmc\music\tags\TagLoaderTagLib.cpp" />
@@ -1139,7 +1138,6 @@
<ClInclude Include="..\..\xbmc\interfaces\python\swig.h" />
<ClInclude Include="..\..\xbmc\interfaces\python\XBPython.h" />
<ClInclude Include="..\..\xbmc\music\MusicDbUrl.h" />
- <ClInclude Include="..\..\xbmc\music\tags\MusicInfoTagLoaderWav.h" />
<ClInclude Include="..\..\xbmc\music\tags\TagLibVFSStream.h" />
<ClInclude Include="..\..\xbmc\music\tags\TagLoaderTagLib.h" />
<ClInclude Include="..\..\xbmc\network\httprequesthandler\HTTPImageHandler.h" />
diff --git a/project/VS2010Express/XBMC.vcxproj.filters b/project/VS2010Express/XBMC.vcxproj.filters
index 3e5fffd35f..b5e72d9719 100644
--- a/project/VS2010Express/XBMC.vcxproj.filters
+++ b/project/VS2010Express/XBMC.vcxproj.filters
@@ -2839,9 +2839,6 @@
<ClCompile Include="..\..\xbmc\music\tags\TagLoaderTagLib.cpp">
<Filter>music\tags</Filter>
</ClCompile>
- <ClCompile Include="..\..\xbmc\music\tags\MusicInfoTagLoaderWav.cpp">
- <Filter>music\tags</Filter>
- </ClCompile>
<ClCompile Include="..\..\xbmc\interfaces\python\test\TestSwig.cpp">
<Filter>interfaces\python\test</Filter>
</ClCompile>
@@ -5801,9 +5798,6 @@
<ClInclude Include="..\..\xbmc\music\tags\TagLoaderTagLib.h">
<Filter>music\tags</Filter>
</ClInclude>
- <ClInclude Include="..\..\xbmc\music\tags\MusicInfoTagLoaderWav.h">
- <Filter>music\tags</Filter>
- </ClInclude>
<ClInclude Include="..\..\xbmc\interfaces\json-rpc\AddonsOperations.h">
<Filter>interfaces\json-rpc</Filter>
</ClInclude>