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:
Lioncash
2023-04-15 03:25:15 -04:00
parent e9dbb93cb5
commit 5e0c20f8a5
4 changed files with 0 additions and 17 deletions

View File

@ -80,7 +80,6 @@ add_library(common
Logging/Log.h
Logging/LogManager.cpp
Logging/LogManager.h
MathUtil.cpp
MathUtil.h
Matrix.cpp
Matrix.h