commened unused variable

just because it annoys me to see the warning
This commit is contained in:
Marco Callieri 2018-06-04 17:10:40 +02:00
parent dd229eb2e9
commit 201bd6dd55

View File

@ -2068,7 +2068,7 @@ void GLArea::loadShotFromTextAlignFile(const QDomDocument &doc)
// introduced by the shot.
fov = (shot.Intrinsics.cameraType == 0) ? shot.GetFovFromFocal() : 5.0;
float cameraDist = getCameraDistance();
// float cameraDist = getCameraDistance();
Matrix44f rotFrom;
shot.Extrinsics.Rot().ToMatrix(rotFrom);