diff --git a/src/common/rendering/hwrenderer/data/hw_viewpointuniforms.h b/src/common/rendering/hwrenderer/data/hw_viewpointuniforms.h index 64d580b4a..04e4a31ae 100644 --- a/src/common/rendering/hwrenderer/data/hw_viewpointuniforms.h +++ b/src/common/rendering/hwrenderer/data/hw_viewpointuniforms.h @@ -39,12 +39,8 @@ struct HWViewpointUniforms float mClipHeightDirection = 0.f; int mShadowFilter = 1; - int mLightBlendMode = 0; - int mLightTilesWidth = 0; - int mLightAttenuationMode = 0; - void CalcDependencies() { mNormalViewMatrix.computeNormalMatrix(mViewMatrix);