diff --git a/src/TimingSegments.h b/src/TimingSegments.h index e7bed65128..c5c0c31f81 100644 --- a/src/TimingSegments.h +++ b/src/TimingSegments.h @@ -162,12 +162,6 @@ struct FakeSegment : public TimingSegment * @param b the length in beats. */ void SetLength(const float b); - /** - * @brief Compares two FakeSegments to see if they are equal to each other. - * @param other the other FakeSegment to compare to. - * @return the equality of the two segments. - */ - bool operator==( const FakeSegment &other ) const; /** * @brief Compares two FakeSegments to see if one is less than the other. * @param other the other FakeSegment to compare to. @@ -219,12 +213,6 @@ struct WarpSegment : public TimingSegment * @param b the length in beats. */ void SetLength(const float b); - /** - * @brief Compares two WarpSegments to see if they are equal to each other. - * @param other the other WarpSegment to compare to. - * @return the equality of the two segments. - */ - bool operator==( const WarpSegment &other ) const; /* * @brief Compares two WarpSegments to see if one is less than the other. * @param other the other WarpSegment to compare to. @@ -281,12 +269,6 @@ struct TickcountSegment : public TimingSegment * @param i the tickcount. */ void SetTicks(const int i); - /** - * @brief Compares two TickcountSegments to see if they are equal to each other. - * @param other the other TickcountSegment to compare to. - * @return the equality of the two segments. - */ - bool operator==( const TickcountSegment &other ) const; /** * @brief Compares two TickcountSegments to see if one is less than the other. * @param other the other TickcountSegment to compare to.