From 73813115d39e02a45c4bedaf5dd5e42132cb46ab Mon Sep 17 00:00:00 2001 From: Chris Danford Date: Wed, 9 Feb 2005 05:42:18 +0000 Subject: [PATCH] shorten comment --- stepmania/src/AutoActor.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/stepmania/src/AutoActor.h b/stepmania/src/AutoActor.h index e12514bc94..b7878addd1 100644 --- a/stepmania/src/AutoActor.h +++ b/stepmania/src/AutoActor.h @@ -1,6 +1,4 @@ -/* AutoActor - An Actor wrapper that creates the appropriate type of Actor. * - * from the supplied file name and automatically frees the Actor on - * destruction. */ +/* AutoActor - Smart pointer for Actor. */ #ifndef AutoActor_H #define AutoActor_H