more unused variable cleanups

This commit is contained in:
Azaezel 2016-10-16 14:28:01 -05:00
parent 3038e53856
commit 1ee127b753
31 changed files with 2 additions and 75 deletions

View file

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