Removed unused methods

This commit is contained in:
L 2023-02-05 22:17:54 +01:00
parent 9c62ece9bd
commit ca25bb983f
2 changed files with 1 additions and 139 deletions

View file

@ -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 );