Commit c60a41e6 authored by Jesse Mapel's avatar Jesse Mapel Committed by Makayla Shepherd
Browse files

Removed unusued accessors in ControlMeasure

parent 6f413f1d
Loading
Loading
Loading
Loading
+0 −13
Original line number Diff line number Diff line
@@ -308,19 +308,6 @@ namespace Isis {
      double GetLineShift() const;
      double GetPixelShift() const;

      bool HasChooserName() const;
      bool HasDateTime() const;
      bool HasSample() const;
      bool HasLine() const;
      bool HasDiameter() const;
      bool HasAprioriSample() const;
      bool HasAprioriLine() const;
      bool HasSampleSigma() const;
      bool HasLineSigma() const;
      bool HasSampleResidual() const;
      bool HasLineResidual() const;
      bool HasJigsawRejected() const;

      static QVector<QString> GetMeasureDataNames();

      QList<QStringList> PrintableClassData() const;