remove unused
This commit is contained in:
@@ -3,7 +3,6 @@
|
|||||||
#include "RageUtil.h"
|
#include "RageUtil.h"
|
||||||
#include "RageLog.h"
|
#include "RageLog.h"
|
||||||
#include "arch/Dialog/Dialog.h"
|
#include "arch/Dialog/Dialog.h"
|
||||||
#include "LuaManager.h"
|
|
||||||
#include "Foreach.h"
|
#include "Foreach.h"
|
||||||
|
|
||||||
|
|
||||||
@@ -24,13 +23,6 @@ Command::Arg Command::GetArg( unsigned index ) const
|
|||||||
return a;
|
return a;
|
||||||
}
|
}
|
||||||
|
|
||||||
Command::Arg::operator RString () const
|
|
||||||
{
|
|
||||||
RString sValue = s;
|
|
||||||
LuaHelpers::RunAtExpressionS( sValue );
|
|
||||||
return sValue;
|
|
||||||
}
|
|
||||||
|
|
||||||
void Command::Load( const RString &sCommand )
|
void Command::Load( const RString &sCommand )
|
||||||
{
|
{
|
||||||
m_vsArgs.clear();
|
m_vsArgs.clear();
|
||||||
|
|||||||
@@ -17,7 +17,6 @@ public:
|
|||||||
struct Arg
|
struct Arg
|
||||||
{
|
{
|
||||||
RString s;
|
RString s;
|
||||||
operator RString () const;
|
|
||||||
};
|
};
|
||||||
Arg GetArg( unsigned index ) const;
|
Arg GetArg( unsigned index ) const;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user