0022922: Clean up warnings on uninitialized / unused variables
[occt.git] / src / Draw / Draw_Viewer.cxx
index d272705..93aaca0 100755 (executable)
@@ -498,9 +498,6 @@ void   Draw_Viewer::RotateView  (const Standard_Integer id,
   if (Draw_Batch) return;
   if (myViews[id]) {
     gp_Trsf T = myViews[id]->Matrix;
-#ifdef DEB
-    Standard_Real z = myViews[id]->Zoom;
-#endif
 
     T.Invert();
     gp_Pnt PP(0,0,0);