diff options
author | WiSo <wiso@xbmc.org> | 2011-06-18 23:24:20 +0200 |
---|---|---|
committer | Jim Carroll <thecarrolls@jiminger.com> | 2011-06-23 10:15:26 -0400 |
commit | 186db0e3b2e4c5ab988f98cc37eebf7d2da2cb3b (patch) | |
tree | 891550c5b4200b7f38f6f5b0e27677dfab069510 /project/VS2010Express | |
parent | 2208f4e544ce27884d1b1ea7222c9aa453f8f64f (diff) |
[WIN32] removed XCriticalSection.cpp/.h
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 b3c41a770b..6f6090c076 100644 --- a/project/VS2010Express/XBMC.vcxproj +++ b/project/VS2010Express/XBMC.vcxproj @@ -829,7 +829,6 @@ <ClCompile Include="..\..\xbmc\win32\WINFileSMB.cpp" /> <ClCompile Include="..\..\xbmc\win32\WINSMBDirectory.cpp" /> <ClCompile Include="..\..\xbmc\win32\XBMC_PC.cpp" /> - <ClCompile Include="..\..\xbmc\win32\XCriticalSection.cpp" /> <ClCompile Include="..\..\xbmc\cores\DummyVideoPlayer.cpp" /> <ClCompile Include="..\..\xbmc\cores\dvdplayer\DVDAudio.cpp" /> <ClCompile Include="..\..\xbmc\cores\dvdplayer\DVDClock.cpp" /> @@ -1675,7 +1674,6 @@ <ClInclude Include="..\..\xbmc\win32\WindowHelper.h" /> <ClInclude Include="..\..\xbmc\win32\WINFileSMB.h" /> <ClInclude Include="..\..\xbmc\win32\WINSMBDirectory.h" /> - <ClInclude Include="..\..\xbmc\win32\XCriticalSection.h" /> <ClInclude Include="..\..\xbmc\cores\DummyVideoPlayer.h" /> <ClInclude Include="..\..\xbmc\cores\IPlayer.h" /> <ClInclude Include="..\..\xbmc\cores\dvdplayer\dvd_config.h" /> diff --git a/project/VS2010Express/XBMC.vcxproj.filters b/project/VS2010Express/XBMC.vcxproj.filters index 48b6875ea7..53dd53e39a 100644 --- a/project/VS2010Express/XBMC.vcxproj.filters +++ b/project/VS2010Express/XBMC.vcxproj.filters @@ -255,9 +255,6 @@ <ClCompile Include="..\..\xbmc\win32\XBMC_PC.cpp"> <Filter>win32</Filter> </ClCompile> - <ClCompile Include="..\..\xbmc\win32\XCriticalSection.cpp"> - <Filter>win32</Filter> - </ClCompile> <ClCompile Include="..\..\xbmc\cores\DummyVideoPlayer.cpp"> <Filter>cores</Filter> </ClCompile> @@ -2492,9 +2489,6 @@ <ClInclude Include="..\..\xbmc\win32\WINSMBDirectory.h"> <Filter>win32</Filter> </ClInclude> - <ClInclude Include="..\..\xbmc\win32\XCriticalSection.h"> - <Filter>win32</Filter> - </ClInclude> <ClInclude Include="..\..\xbmc\cores\DummyVideoPlayer.h"> <Filter>cores</Filter> </ClInclude> |