remove unused

This commit is contained in:
Glenn Maynard
2006-10-23 20:34:03 +00:00
parent 915f587d21
commit 42a729012e
2 changed files with 0 additions and 9 deletions
-8
View File
@@ -3,7 +3,6 @@
#include "RageUtil.h"
#include "RageLog.h"
#include "arch/Dialog/Dialog.h"
#include "LuaManager.h"
#include "Foreach.h"
@@ -24,13 +23,6 @@ Command::Arg Command::GetArg( unsigned index ) const
return a;
}
Command::Arg::operator RString () const
{
RString sValue = s;
LuaHelpers::RunAtExpressionS( sValue );
return sValue;
}
void Command::Load( const RString &sCommand )
{
m_vsArgs.clear();
-1
View File
@@ -17,7 +17,6 @@ public:
struct Arg
{
RString s;
operator RString () const;
};
Arg GetArg( unsigned index ) const;