Skip to content
Permalink
Browse files
Merge pull request #8540 from leoetlino/unused-dspspy-stubs
DSPSpy: Remove unused stubs
  • Loading branch information
leoetlino committed Jan 14, 2020
2 parents d2efad5 + 8c3d8e0 commit dac8814
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 117 deletions.
@@ -246,10 +246,6 @@
RelativePath=".\sbuild.sh"
>
</File>
<File
RelativePath=".\Stubs.cpp"
>
</File>
</Files>
<Globals>
</Globals>
@@ -165,7 +165,6 @@ make HW_TYPE=gamecube</NMakeReBuildCommandLine>
<ClCompile Include="dsp_interface.cpp" />
<ClCompile Include="real_dsp.cpp" />
<ClCompile Include="main_spy.cpp" />
<ClCompile Include="Stubs.cpp" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="dsp_interface.h" />
@@ -178,4 +177,4 @@ make HW_TYPE=gamecube</NMakeReBuildCommandLine>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>
</Project>
@@ -78,7 +78,6 @@
<Filter>DSP Interface</Filter>
</ClCompile>
<ClCompile Include="main_spy.cpp" />
<ClCompile Include="Stubs.cpp" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="dsp_interface.h">
@@ -94,4 +93,4 @@
<ClInclude Include="ConsoleHelper.h" />
<ClInclude Include="dspregs.h" />
</ItemGroup>
</Project>
</Project>

This file was deleted.

0 comments on commit dac8814

Please sign in to comment.