diff options
author | spiff <spiff@xbmc.org> | 2012-10-08 21:29:45 +0200 |
---|---|---|
committer | spiff <spiff@xbmc.org> | 2012-10-08 22:28:05 +0200 |
commit | bd4d0c46c6d01b55b07448965ed1eeda691fb24a (patch) | |
tree | 7c942dbccef3e9ff6ef7f524eb0c8d45e3db6377 /project/VS2010Express/XBMC.vcxproj | |
parent | 27b5b041e20e6b17d4dadee5c9696834c65f4b24 (diff) |
changed: drop now unused CGUIDialogVideoScan
Diffstat (limited to 'project/VS2010Express/XBMC.vcxproj')
-rw-r--r-- | project/VS2010Express/XBMC.vcxproj | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/project/VS2010Express/XBMC.vcxproj b/project/VS2010Express/XBMC.vcxproj index b9aa9fc564..6ca75f0d7c 100644 --- a/project/VS2010Express/XBMC.vcxproj +++ b/project/VS2010Express/XBMC.vcxproj @@ -1600,7 +1600,6 @@ <ClCompile Include="..\..\xbmc\video\dialogs\GUIDialogVideoInfo.cpp" /> <ClCompile Include="..\..\xbmc\video\dialogs\GUIDialogVideoOSD.cpp" /> <ClCompile Include="..\..\xbmc\video\dialogs\GUIDialogVideoOverlay.cpp" /> - <ClCompile Include="..\..\xbmc\video\dialogs\GUIDialogVideoScan.cpp" /> <ClCompile Include="..\..\xbmc\video\dialogs\GUIDialogVideoSettings.cpp" /> <ClCompile Include="..\..\xbmc\video\GUIViewStateVideo.cpp" /> <ClCompile Include="..\..\xbmc\video\Teletext.cpp" /> @@ -2446,7 +2445,6 @@ <ClInclude Include="..\..\xbmc\video\dialogs\GUIDialogVideoInfo.h" /> <ClInclude Include="..\..\xbmc\video\dialogs\GUIDialogVideoOSD.h" /> <ClInclude Include="..\..\xbmc\video\dialogs\GUIDialogVideoOverlay.h" /> - <ClInclude Include="..\..\xbmc\video\dialogs\GUIDialogVideoScan.h" /> <ClInclude Include="..\..\xbmc\video\dialogs\GUIDialogVideoSettings.h" /> <ClInclude Include="..\..\xbmc\video\GUIViewStateVideo.h" /> <ClInclude Include="..\..\xbmc\video\Teletext.h" /> @@ -2917,4 +2915,4 @@ </VisualStudio> </ProjectExtensions> <Import Project="$(SolutionDir)\$(ProjectFileName).targets.user" Condition="Exists('$(SolutionDir)\$(ProjectFileName).targets.user')" /> -</Project>
\ No newline at end of file +</Project> |