Commit eb4b42d9 authored by Stuart Sides's avatar Stuart Sides
Browse files

PROG Removed new code that should not have been put in Ref#6420

git-svn-id: http://subversion.wr.usgs.gov/repos/prog/isis3/trunk@6434 41f8697f-d340-4b68-9986-7bafba869bb8
parent ac55875b
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -80,7 +80,6 @@ namespace Isis {
  void CameraPointInfo::SetCube(const QString &cubeFileName) {
    m_currentCube = m_usedCubes->OpenCube(cubeFileName);
    m_camera = m_currentCube->camera();
    m_camera->IgnoreProjection(true);
  }