diff options
author | Jonathan Marshall <jmarshall@never.you.mind> | 2011-06-13 16:11:02 +1200 |
---|---|---|
committer | Jonathan Marshall <jmarshall@never.you.mind> | 2011-06-13 16:26:56 +1200 |
commit | 95a05666ebeb57429f596a3f7b6c811b1106483e (patch) | |
tree | be549479c6c92311701735e2f503994f0b48998c /project | |
parent | 567949e6185fd6d6084b842ee9d6c6cf28feb157 (diff) |
get rid of old VirtualPathDirectory.h/cpp in the filters file
Diffstat (limited to 'project')
-rw-r--r-- | project/VS2010Express/XBMC.vcxproj.filters | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/project/VS2010Express/XBMC.vcxproj.filters b/project/VS2010Express/XBMC.vcxproj.filters index ed1eb85114..c33a4e4d91 100644 --- a/project/VS2010Express/XBMC.vcxproj.filters +++ b/project/VS2010Express/XBMC.vcxproj.filters @@ -855,9 +855,6 @@ <ClCompile Include="..\..\xbmc\FileSystem\VirtualDirectory.cpp"> <Filter>filesystem</Filter> </ClCompile> - <ClCompile Include="..\..\xbmc\FileSystem\VirtualPathDirectory.cpp"> - <Filter>filesystem</Filter> - </ClCompile> <ClCompile Include="..\..\xbmc\FileSystem\VTPDirectory.cpp"> <Filter>filesystem</Filter> </ClCompile> @@ -3179,9 +3176,6 @@ <ClInclude Include="..\..\xbmc\FileSystem\VideoDatabaseDirectory.h"> <Filter>filesystem</Filter> </ClInclude> - <ClInclude Include="..\..\xbmc\FileSystem\VirtualPathDirectory.h"> - <Filter>filesystem</Filter> - </ClInclude> <ClInclude Include="..\..\xbmc\FileSystem\VTPDirectory.h"> <Filter>filesystem</Filter> </ClInclude> |