mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-25 05:21:02 +00:00
Removed obsolete declarations from codegen.h
This commit is contained in:
parent
81ea9fb372
commit
dac5777a70
1 changed files with 0 additions and 3 deletions
|
@ -319,8 +319,6 @@ protected:
|
||||||
}
|
}
|
||||||
|
|
||||||
public:
|
public:
|
||||||
FxExpression *CheckIntForName();
|
|
||||||
|
|
||||||
virtual ~FxExpression() {}
|
virtual ~FxExpression() {}
|
||||||
virtual FxExpression *Resolve(FCompileContext &ctx);
|
virtual FxExpression *Resolve(FCompileContext &ctx);
|
||||||
|
|
||||||
|
@ -2132,7 +2130,6 @@ class FxLocalVariableDeclaration : public FxExpression
|
||||||
public:
|
public:
|
||||||
int StackOffset = -1;
|
int StackOffset = -1;
|
||||||
int RegNum = -1;
|
int RegNum = -1;
|
||||||
bool constructed = false;
|
|
||||||
|
|
||||||
FxLocalVariableDeclaration(PType *type, FName name, FxExpression *initval, int varflags, const FScriptPosition &p);
|
FxLocalVariableDeclaration(PType *type, FName name, FxExpression *initval, int varflags, const FScriptPosition &p);
|
||||||
~FxLocalVariableDeclaration();
|
~FxLocalVariableDeclaration();
|
||||||
|
|
Loading…
Reference in a new issue