From 9186d6cb57f48369bdb1e45db890742c5bd4128a Mon Sep 17 00:00:00 2001 From: zhenya Date: Mon, 5 Jan 2009 14:32:55 +0300 Subject: [PATCH] [7032] Remove unused field from realm structure in realmd. Signed-off-by: VladimirMangos --- src/realmd/RealmList.cpp | 1 - src/realmd/RealmList.h | 1 - src/shared/revision_nr.h | 2 +- 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/src/realmd/RealmList.cpp b/src/realmd/RealmList.cpp index 080ddbb39..a5352d0d9 100644 --- a/src/realmd/RealmList.cpp +++ b/src/realmd/RealmList.cpp @@ -48,7 +48,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 d77e0b927..40e3956e8 100644 --- a/src/realmd/RealmList.h +++ b/src/realmd/RealmList.h @@ -28,7 +28,6 @@ /// Storage object for a realm struct Realm { - std::string name; std::string address; uint8 icon; uint8 color; diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index 6b46afe76..1357394b5 100644 --- a/src/shared/revision_nr.h +++ b/src/shared/revision_nr.h @@ -1,4 +1,4 @@ #ifndef __REVISION_NR_H__ #define __REVISION_NR_H__ - #define REVISION_NR "7031" + #define REVISION_NR "7032" #endif // __REVISION_NR_H__ -- 2.11.4.GIT