mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-04-28 21:57:57 +03:00
Removed unused methods
This commit is contained in:
parent
9c62ece9bd
commit
ca25bb983f
2 changed files with 1 additions and 139 deletions
|
@ -147,9 +147,6 @@ public:
|
|||
|
||||
bool EvalPrevValue( ScriptVariable& var );
|
||||
|
||||
void OptimizeInstructions( unsigned char *code, unsigned char *op1, unsigned char *op2 );
|
||||
int OptimizeValue( int val1, int val2, unsigned char opcode );
|
||||
|
||||
void ProcessBreakJumpLocations( int iStartBreakJumpLocCount );
|
||||
void ProcessContinueJumpLocations( int iStartContinueJumpLocCount );
|
||||
|
||||
|
@ -164,7 +161,6 @@ public:
|
|||
void Preclean( char *processedBuffer );
|
||||
size_t Parse( GameScript *m_GameScript, char *sourceBuffer );
|
||||
size_t Compile( GameScript *m_GameScript, unsigned char *progBuffer );
|
||||
void Optimize( unsigned char *progBuffer );
|
||||
|
||||
static str GetLine( str content, int line );
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue