From 607cf44b31abbc353fe2ad024ef5ed2579321b23 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Fri, 22 Sep 2006 07:18:37 +0000 Subject: [PATCH] old comment --- stepmania/src/ThemeMetric.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/stepmania/src/ThemeMetric.h b/stepmania/src/ThemeMetric.h index b0fcd7f82a..0feb534527 100644 --- a/stepmania/src/ThemeMetric.h +++ b/stepmania/src/ThemeMetric.h @@ -251,10 +251,6 @@ public: * return a function instead of a value. * * This is just as fast as ThemeMetric when the value is not a function. - * - * This differs from ThemeMetric: the value of the metric must be a valid Lua - * expression; strings must be enclosed in quotes. (This is probably how - * all metrics will eventually behave.) */ template class DynamicThemeMetric : public IThemeMetric