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