remove unused GameBaseNoteSkin metric

This commit is contained in:
Glenn Maynard
2007-02-04 03:56:17 +00:00
parent ea316d22a0
commit a5f71e3cca
3 changed files with 2 additions and 9 deletions
-2
View File
@@ -7,7 +7,6 @@
#include "RageTypes.h"
#include "PlayerNumber.h"
#include "IniFile.h"
#include "ThemeMetric.h"
class Game;
struct NoteSkinData;
@@ -34,7 +33,6 @@ public:
float GetMetricF( const RString &sButtonName, const RString &sValueName );
bool GetMetricB( const RString &sButtonName, const RString &sValueName );
apActorCommands GetMetricA( const RString &sButtonName, const RString &sValueName );
ThemeMetric<RString> GAME_BASE_NOTESKIN_NAME;
// Lua
void PushSelf( lua_State *L );