From 96859248d89a48d57d7525847376e52050dec476 Mon Sep 17 00:00:00 2001 From: Ben Anderson Date: Fri, 12 Nov 2004 03:59:05 +0000 Subject: [PATCH] Yes, it IS the best name damnit! How did that get there? --- stepmania/src/LifeMeterBar.h | 1 - 1 file changed, 1 deletion(-) 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;