diff options
author | spiff <spiff@xbmc.org> | 2012-07-12 23:08:26 +0200 |
---|---|---|
committer | spiff <spiff@xbmc.org> | 2012-07-12 23:10:50 +0200 |
commit | c7fc25ad78983a17c8d36cabee30403af0914af4 (patch) | |
tree | 1470ac3027226a217e792774a5f75a1c595a38f3 /project/VS2010Express/XBMC.vcxproj | |
parent | 197b43b3b94fec27536f29bedbc62c484eb5c6e9 (diff) |
changed: remove CShortcut class and related code
this is a useless xbox remnant that won't ever be used elsewhere
Diffstat (limited to 'project/VS2010Express/XBMC.vcxproj')
-rw-r--r-- | project/VS2010Express/XBMC.vcxproj | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/project/VS2010Express/XBMC.vcxproj b/project/VS2010Express/XBMC.vcxproj index 588181796f..f07e528e11 100644 --- a/project/VS2010Express/XBMC.vcxproj +++ b/project/VS2010Express/XBMC.vcxproj @@ -854,7 +854,6 @@ <ClCompile Include="..\..\xbmc\programs\GUIViewStatePrograms.cpp" /> <ClCompile Include="..\..\xbmc\programs\GUIWindowPrograms.cpp" /> <ClCompile Include="..\..\xbmc\programs\ProgramDatabase.cpp" /> - <ClCompile Include="..\..\xbmc\programs\Shortcut.cpp" /> <ClCompile Include="..\..\xbmc\rendering\dx\GUIWindowTestPatternDX.cpp" /> <ClCompile Include="..\..\xbmc\rendering\dx\RenderSystemDX.cpp" /> <ClCompile Include="..\..\xbmc\rendering\gl\GUIWindowTestPatternGL.cpp"> @@ -1808,7 +1807,6 @@ <ClInclude Include="..\..\xbmc\programs\GUIViewStatePrograms.h" /> <ClInclude Include="..\..\xbmc\programs\GUIWindowPrograms.h" /> <ClInclude Include="..\..\xbmc\programs\ProgramDatabase.h" /> - <ClInclude Include="..\..\xbmc\programs\Shortcut.h" /> <ClInclude Include="..\..\xbmc\rendering\dx\GUIWindowTestPatternDX.h" /> <ClInclude Include="..\..\xbmc\rendering\dx\RenderSystemDX.h" /> <ClInclude Include="..\..\xbmc\rendering\gl\GUIWindowTestPatternGL.h"> |