diff options
author | Stefan Saraev <stefan@saraev.ca> | 2015-07-07 18:52:49 +0300 |
---|---|---|
committer | Stefan Saraev <stefan@saraev.ca> | 2015-07-08 21:51:02 +0300 |
commit | d2c8cac1a4fcc73edd6c84fea099b2235e38f113 (patch) | |
tree | 57727e1c93238ffa4cd7f7a2f69d1413f4a2e41e /project/VS2010Express | |
parent | 01376e707c5c22b27b5f205cb69785bb6760c25d (diff) |
[cleanup] DVDInputStreamTV is now unused
Diffstat (limited to 'project/VS2010Express')
-rw-r--r-- | project/VS2010Express/XBMC.vcxproj | 2 | ||||
-rw-r--r-- | project/VS2010Express/XBMC.vcxproj.filters | 6 |
2 files changed, 0 insertions, 8 deletions
diff --git a/project/VS2010Express/XBMC.vcxproj b/project/VS2010Express/XBMC.vcxproj index 78ab591e64..8a948ace40 100644 --- a/project/VS2010Express/XBMC.vcxproj +++ b/project/VS2010Express/XBMC.vcxproj @@ -1508,7 +1508,6 @@ <ClCompile Include="..\..\xbmc\cores\dvdplayer\DVDDemuxSPU.cpp" /> <ClCompile Include="..\..\xbmc\cores\dvdplayer\DVDDemuxers\DVDDemuxVobsub.cpp" /> <ClCompile Include="..\..\xbmc\cores\dvdplayer\DVDFileInfo.cpp" /> - <ClCompile Include="..\..\xbmc\cores\dvdplayer\DVDInputStreams\DVDInputStreamTV.cpp" /> <ClCompile Include="..\..\xbmc\cores\dvdplayer\DVDMessage.cpp" /> <ClCompile Include="..\..\xbmc\cores\dvdplayer\DVDMessageQueue.cpp" /> <ClCompile Include="..\..\xbmc\cores\dvdplayer\DVDOverlayContainer.cpp" /> @@ -2175,7 +2174,6 @@ <ClInclude Include="..\..\xbmc\cores\dvdplayer\DVDDemuxSPU.h" /> <ClInclude Include="..\..\xbmc\cores\dvdplayer\DVDDemuxers\DVDDemuxVobsub.h" /> <ClInclude Include="..\..\xbmc\cores\dvdplayer\DVDFileInfo.h" /> - <ClInclude Include="..\..\xbmc\cores\dvdplayer\DVDInputStreams\DVDInputStreamTV.h" /> <ClInclude Include="..\..\xbmc\cores\dvdplayer\DVDMessage.h" /> <ClInclude Include="..\..\xbmc\cores\dvdplayer\DVDMessageQueue.h" /> <ClInclude Include="..\..\xbmc\cores\dvdplayer\DVDOverlayContainer.h" /> diff --git a/project/VS2010Express/XBMC.vcxproj.filters b/project/VS2010Express/XBMC.vcxproj.filters index 573814f2e2..a67aadd7a3 100644 --- a/project/VS2010Express/XBMC.vcxproj.filters +++ b/project/VS2010Express/XBMC.vcxproj.filters @@ -381,9 +381,6 @@ <ClCompile Include="..\..\xbmc\cores\dvdplayer\DVDFileInfo.cpp"> <Filter>cores\dvdplayer</Filter> </ClCompile> - <ClCompile Include="..\..\xbmc\cores\dvdplayer\DVDInputStreams\DVDInputStreamTV.cpp"> - <Filter>cores\dvdplayer</Filter> - </ClCompile> <ClCompile Include="..\..\xbmc\cores\dvdplayer\DVDMessage.cpp"> <Filter>cores\dvdplayer</Filter> </ClCompile> @@ -3131,9 +3128,6 @@ <ClInclude Include="..\..\xbmc\cores\dvdplayer\DVDFileInfo.h"> <Filter>cores\dvdplayer</Filter> </ClInclude> - <ClInclude Include="..\..\xbmc\cores\dvdplayer\DVDInputStreams\DVDInputStreamTV.h"> - <Filter>cores\dvdplayer</Filter> - </ClInclude> <ClInclude Include="..\..\xbmc\cores\dvdplayer\DVDMessage.h"> <Filter>cores\dvdplayer</Filter> </ClInclude> |