From 201bd6dd55e2ace06c64c7494e490bc4395fcd26 Mon Sep 17 00:00:00 2001 From: Marco Callieri Date: Mon, 4 Jun 2018 17:10:40 +0200 Subject: [PATCH] commened unused variable just because it annoys me to see the warning --- src/meshlab/glarea.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/meshlab/glarea.cpp b/src/meshlab/glarea.cpp index 6af1a327f..7cf6c5e4d 100644 --- a/src/meshlab/glarea.cpp +++ b/src/meshlab/glarea.cpp @@ -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);