mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-19 19:35:26 +00:00
Merge pull request #1806 from Azaezel/byeByeVarVar2
more unused variable cleanups
This commit is contained in:
commit
60e258e5a9
31 changed files with 2 additions and 75 deletions
|
|
@ -25,13 +25,7 @@
|
|||
#include "core/stream/stream.h"
|
||||
|
||||
namespace {
|
||||
|
||||
const char TAG_ASCII_ID[] = "[TAG]";
|
||||
const char TAG_ASCII_END[] = "[END]";
|
||||
const char TAG_ASCII_HEADER[] = "// Auto-Generated by TagDictionary class";
|
||||
|
||||
const S32 sg_tagDictAsciiUser = 1;
|
||||
|
||||
} // namespace
|
||||
|
||||
TagDictionary tagDictionary;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue