mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-12 19:31:41 +00:00
remove unused code.
This commit is contained in:
parent
bb12638ea5
commit
f056e181b7
3 changed files with 0 additions and 34 deletions
|
|
@ -2622,7 +2622,6 @@ ConsoleValue _BaseEngineConsoleCallbackHelper::_execLater(SimConsoleThreadExecEv
|
|||
void ConsoleStackFrameSaver::save()
|
||||
{
|
||||
gCallStack.pushFrame(0);
|
||||
STR.pushFrame();
|
||||
mSaved = true;
|
||||
}
|
||||
|
||||
|
|
@ -2631,6 +2630,5 @@ void ConsoleStackFrameSaver::restore()
|
|||
if (mSaved)
|
||||
{
|
||||
gCallStack.popFrame();
|
||||
STR.popFrame();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue