From babaa7761e9dae4fb2e55dba7200df67e9642b35 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sat, 3 Sep 2005 00:14:06 +0000 Subject: [PATCH] Font paths must be prefix-unique, like other assets. Remove hack. --- stepmania/src/ThemeManager.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/stepmania/src/ThemeManager.cpp b/stepmania/src/ThemeManager.cpp index 4ee7837ed2..15560819d0 100644 --- a/stepmania/src/ThemeManager.cpp +++ b/stepmania/src/ThemeManager.cpp @@ -395,9 +395,6 @@ try_element_again: } } } - - if( category == EC_FONTS ) - Font::WeedFontNames(asElementPaths, ClassAndElementToFileName(sClassName,sElement)); }