From 651bc15c55b99f9d4fbbd3153c8044f5dbbd63fe Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Tue, 19 Dec 2006 09:43:05 +0000 Subject: [PATCH] cleanup --- stepmania/src/RageUtil_CircularBuffer.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/stepmania/src/RageUtil_CircularBuffer.h b/stepmania/src/RageUtil_CircularBuffer.h index f9305e7c9e..5f29305643 100644 --- a/stepmania/src/RageUtil_CircularBuffer.h +++ b/stepmania/src/RageUtil_CircularBuffer.h @@ -83,8 +83,7 @@ public: return 0; } - /* Return the number of elements writable. Note that there must always - * be one */ + /* Return the number of writable elements. */ unsigned num_writable() const { const int rpos = read_pos;