mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
Common/MathUtil: Remove MathFloatVectorSum()
This isn't used anywhere and not really a generic utility, so we can get rid of it. This also lets us remove MathUtil.cpp, since this was the only thing within that file.
This commit is contained in:
@ -773,7 +773,6 @@
|
||||
<ClCompile Include="Common\LdrWatcher.cpp" />
|
||||
<ClCompile Include="Common\Logging\ConsoleListenerWin.cpp" />
|
||||
<ClCompile Include="Common\Logging\LogManager.cpp" />
|
||||
<ClCompile Include="Common\MathUtil.cpp" />
|
||||
<ClCompile Include="Common\Matrix.cpp" />
|
||||
<ClCompile Include="Common\MemArenaWin.cpp" />
|
||||
<ClCompile Include="Common\MemoryUtil.cpp" />
|
||||
|
Reference in New Issue
Block a user