diff options
| author | Tillmann Karras <tilkax@gmail.com> | 2015-06-23 21:11:56 +0200 |
|---|---|---|
| committer | Tillmann Karras <tilkax@gmail.com> | 2015-06-23 21:11:56 +0200 |
| commit | c9af7def28fc1f23398a8ebf7074bd1869bf7892 (patch) | |
| tree | f786332f6a949dd38032eb7865da7b955028addc /Source/Core/VideoBackends/Software/TransformUnit.cpp | |
| parent | 21a70903ed8cd9c209049090529206b6860f105f (diff) | |
Fix some warnings
Diffstat (limited to 'Source/Core/VideoBackends/Software/TransformUnit.cpp')
| -rw-r--r-- | Source/Core/VideoBackends/Software/TransformUnit.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Source/Core/VideoBackends/Software/TransformUnit.cpp b/Source/Core/VideoBackends/Software/TransformUnit.cpp index e7e46691fd..c72fd0f8f0 100644 --- a/Source/Core/VideoBackends/Software/TransformUnit.cpp +++ b/Source/Core/VideoBackends/Software/TransformUnit.cpp @@ -189,13 +189,6 @@ struct LightPointer Vec3 dir; }; -static inline void AddIntegerColor(const u8 *src, Vec3 &dst) -{ - dst.x += src[1]; - dst.y += src[2]; - dst.z += src[3]; -} - static inline void AddScaledIntegerColor(const u8 *src, float scale, Vec3 &dst) { dst.x += src[1] * scale; |
