unused variable cleanup

This commit is contained in:
Azaezel 2016-10-14 17:49:56 -05:00
parent 1131ed15df
commit cc9955e102
9 changed files with 0 additions and 35 deletions

View file

@ -624,7 +624,6 @@ void PlaneReflector::updateReflection( const ReflectParams &params )
MatrixF origNonClipProjection = gClientSceneGraph->getNonClipProjection();
PFXFrameState origPFXState = PFXMGR->getFrameState();
const FovPort *currentFovPort = params.query->fovPort;
MatrixF inverseEyeTransforms[2];
Frustum gfxFrustum;