aboutsummaryrefslogtreecommitdiff
path: root/src/common/DataStores/DB2Meta.h
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2016-10-26 00:05:02 +0200
committerShauren <shauren.trinity@gmail.com>2016-10-26 01:34:29 +0200
commit505d3e24ccbfe0a5248804974bfb0e3386b41d2f (patch)
tree1fab55aeb178aa9f866065f625d3e1472c7950b4 /src/common/DataStores/DB2Meta.h
parentcb419305291ddd40cb0c8c656684f64dbd0f8c02 (diff)
Core/DataStores: Removed the need to edit DB2Metadata automatically generated to account for non-localized string fields
Diffstat (limited to 'src/common/DataStores/DB2Meta.h')
-rw-r--r--src/common/DataStores/DB2Meta.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/common/DataStores/DB2Meta.h b/src/common/DataStores/DB2Meta.h
index a8b4074d05b..bf58d03b8d6 100644
--- a/src/common/DataStores/DB2Meta.h
+++ b/src/common/DataStores/DB2Meta.h
@@ -35,8 +35,6 @@ struct TC_COMMON_API DB2Meta
uint32 GetDbIndexField() const;
uint32 GetDbFieldCount() const;
- uint32 GetStringFieldCount(bool localizedOnly) const;
-
int32 IndexField;
uint32 FieldCount;
uint32 LayoutHash;