diff --git a/stepmania/src/LifeMeterBar.h b/stepmania/src/LifeMeterBar.h index a330c57458..a67550ead6 100644 --- a/stepmania/src/LifeMeterBar.h +++ b/stepmania/src/LifeMeterBar.h @@ -25,7 +25,6 @@ public: virtual void AfterLifeChanged(); virtual void OnDancePointsChange() {}; // this life meter doesn't care virtual bool IsInDanger() const; - // XXX: Is this the best name for this function? virtual bool IsPastPassmark() const; virtual bool IsHot() const; virtual bool IsFailing() const;