remove unused

This commit is contained in:
Glenn Maynard
2005-09-03 02:11:05 +00:00
parent fab0ac8839
commit 5e99ccfb22
2 changed files with 0 additions and 18 deletions
-8
View File
@@ -4,7 +4,6 @@
#define THEMEMANAGER_H
#include "RageTypes.h"
#include "RageTimer.h"
#include <set>
#include <deque>
#include "Command.h"
@@ -62,13 +61,6 @@ public:
CString GetPathO( const CString &sClassName, const CString &sElement, bool bOptional=false ) { return GetPath(EC_OTHER,sClassName,sElement,bOptional); };
void ClearThemePathCache();
// TODO: remove these and update the places that use them
CString GetPathToB( const CString &sFileName, bool bOptional=false );
CString GetPathToF( const CString &sFileName, bool bOptional=false );
CString GetPathToG( const CString &sFileName, bool bOptional=false );
CString GetPathToS( const CString &sFileName, bool bOptional=false );
CString GetPathToO( const CString &sFileName, bool bOptional=false );
// TODO: Make these return values const refs.
bool HasMetric( const CString &sClassName, const CString &sValueName );
CString GetMetricRaw( const CString &sClassName, const CString &sValueName );