Commit d7a566cf authored by Kristin Berry's avatar Kristin Berry
Browse files

Delete commented-out items

parent 93dd0e8f
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -370,12 +370,10 @@ namespace Isis {
      QHash< QString, ControlPoint * > * points;

      //! hash ControlCubeGraphNodes by CubeSerialNumber
//      QHash< QString, ControlCubeGraphNode * > * cubeGraphNodes; // TODO : delete

      // structs and typedefs for the boost graph
      struct Image {
        QString serial;
//        QList<ControlMeasure* > measures;
        QHash< ControlPoint *, ControlMeasure * > measures;
      };