From 860f6c76f01548aaec59627509bedc192dbab7be Mon Sep 17 00:00:00 2001 From: Thai Pangsakulyanont Date: Tue, 31 May 2011 22:05:04 +0700 Subject: [PATCH] I forgot to remove the unused operator== functions from TimingSegments.h --- src/TimingSegments.h | 18 ------------------ 1 file changed, 18 deletions(-) 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.