From 21223ad474d5e898dd5cf002ec38c6d26b6b283f Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Thu, 13 Oct 2005 03:25:15 +0000 Subject: [PATCH] cleanup --- stepmania/src/RageFileBasic.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/stepmania/src/RageFileBasic.h b/stepmania/src/RageFileBasic.h index f014e13602..e064719e6b 100644 --- a/stepmania/src/RageFileBasic.h +++ b/stepmania/src/RageFileBasic.h @@ -117,8 +117,7 @@ private: * - GetLine() is called (which requires buffering to efficiently search for newlines); * - or EnableBuffering() is called * - * Currently, once buffering is enabled, it stays enabled for the life of the - * object. + * Once buffering is enabled, it stays enabled for the life of the object. * * If buffering is not enabled, this buffer will not be allocated, keeping the * size overhead of each file down. Layered RageFileBasic implementations, which