Remove the no longer used Processor Info.cpp and .h code

This commit is contained in:
Emmet Young 2015-02-14 22:24:55 +11:00
parent d5f17dbe6d
commit b10b268e11
5 changed files with 0 additions and 1911 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1 +0,0 @@
bool CPUInfoToText(char *strBuffer, unsigned int uiMaxLen);

View File

@ -634,26 +634,6 @@
/>
</FileConfiguration>
</File>
<File
RelativePath="3rd Party\Processor Info.cpp"
>
<FileConfiguration
Name="Debug|Win32"
>
<Tool
Name="VCCLCompilerTool"
UsePrecompiledHeader="0"
/>
</FileConfiguration>
<FileConfiguration
Name="Release|Win32"
>
<Tool
Name="VCCLCompilerTool"
UsePrecompiledHeader="0"
/>
</FileConfiguration>
</File>
<Filter
Name="ZLib Source"
>
@ -1330,10 +1310,6 @@
RelativePath="3rd Party\7zip.h"
>
</File>
<File
RelativePath="3rd Party\Processor Info.h"
>
</File>
<File
RelativePath="3rd Party\zip.h"
>

View File

@ -146,9 +146,6 @@
<ClCompile Include="3rd Party\7zip.cpp">
<PrecompiledHeader>NotUsing</PrecompiledHeader>
</ClCompile>
<ClCompile Include="3rd Party\Processor Info.cpp">
<PrecompiledHeader>NotUsing</PrecompiledHeader>
</ClCompile>
<ClCompile Include="3rd Party\zlib\UNZIP.C">
<PrecompiledHeader>NotUsing</PrecompiledHeader>
</ClCompile>
@ -297,7 +294,6 @@
<ClInclude Include="Plugins\Plugin List.h" />
<ClInclude Include="Plugins\RSP Plugin.h" />
<ClInclude Include="3rd Party\7zip.h" />
<ClInclude Include="3rd Party\Processor Info.h" />
<ClInclude Include="3rd Party\zip.h" />
<ClInclude Include="3rd Party\HTML Help\HTMLHELP.H" />
<ClInclude Include="3rd Party\zlib\UNZIP.H" />

View File

@ -405,9 +405,6 @@
<ClCompile Include="3rd Party\7zip.cpp">
<Filter>Source Files\3rd Party Source</Filter>
</ClCompile>
<ClCompile Include="3rd Party\Processor Info.cpp">
<Filter>Source Files\3rd Party Source</Filter>
</ClCompile>
<ClCompile Include="3rd Party\zlib\UNZIP.C">
<Filter>Source Files\3rd Party Source\ZLib Source</Filter>
</ClCompile>
@ -815,9 +812,6 @@
<ClInclude Include="3rd Party\7zip.h">
<Filter>Header Files\3rd Party Headers</Filter>
</ClInclude>
<ClInclude Include="3rd Party\Processor Info.h">
<Filter>Header Files\3rd Party Headers</Filter>
</ClInclude>
<ClInclude Include="3rd Party\zip.h">
<Filter>Header Files\3rd Party Headers</Filter>
</ClInclude>