diff options
Diffstat (limited to 'src/realmd')
| -rw-r--r-- | src/realmd/RealmList.cpp | 1 | ||||
| -rw-r--r-- | src/realmd/RealmList.h | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/realmd/RealmList.cpp b/src/realmd/RealmList.cpp index 32c0cbc12c1..0b23828b27f 100644 --- a/src/realmd/RealmList.cpp +++ b/src/realmd/RealmList.cpp @@ -50,7 +50,6 @@ void RealmList::UpdateRealm( uint32 ID, const std::string& name, const std::stri Realm& realm = m_realms[name]; realm.m_ID = ID; - realm.name = name; realm.icon = icon; realm.color = color; realm.timezone = timezone; diff --git a/src/realmd/RealmList.h b/src/realmd/RealmList.h index 9cb5380bd25..72c3982a462 100644 --- a/src/realmd/RealmList.h +++ b/src/realmd/RealmList.h @@ -30,7 +30,6 @@ /// Storage object for a realm struct Realm { - std::string name; std::string address; uint8 icon; uint8 color; |
