(svn r22630) -Cleanup: Remove SwitchToNormalRefStack() and SwitchToErrorRefStack().

This commit is contained in:
frosch
2011-07-03 14:33:17 +00:00
parent 2a55273291
commit 5ea8b07e05
2 changed files with 22 additions and 37 deletions

View File

@@ -36,8 +36,6 @@ bool CheckGrfLangID(byte lang_id, byte grf_version);
void StartTextRefStackUsage(byte numEntries, const uint32 *values = NULL);
void StopTextRefStackUsage();
void SwitchToNormalRefStack();
void SwitchToErrorRefStack();
void RewindTextRefStack();
bool UsingNewGRFTextStack();
struct TextRefStack *CreateTextRefStackBackup();