diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-06-08 02:01:13 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-06-08 02:13:12 +0300 |
commit | aa0e715fe63eed2795944fda68ab64270b51453b (patch) | |
tree | 7b9a70421df310db51efd38c8d9ba63b6355e412 /src/being/localplayer.cpp | |
parent | 69a1bbcd0c2170975556bfe495e1f169fd6c7726 (diff) | |
download | plus-aa0e715fe63eed2795944fda68ab64270b51453b.tar.gz plus-aa0e715fe63eed2795944fda68ab64270b51453b.tar.bz2 plus-aa0e715fe63eed2795944fda68ab64270b51453b.tar.xz plus-aa0e715fe63eed2795944fda68ab64270b51453b.zip |
Remove useless extern declarations.
Diffstat (limited to 'src/being/localplayer.cpp')
-rw-r--r-- | src/being/localplayer.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/being/localplayer.cpp b/src/being/localplayer.cpp index c675ad32e..061945c0c 100644 --- a/src/being/localplayer.cpp +++ b/src/being/localplayer.cpp @@ -108,11 +108,9 @@ LocalPlayer *localPlayer = nullptr; class SkillDialog; -extern std::list<BeingCacheEntry*> beingInfoCache; extern OkDialog *weightNotice; extern time_t weightNoticeTime; -extern MiniStatusWindow *miniStatusWindow; -extern SkillDialog *skillDialog; + LocalPlayer::LocalPlayer(const BeingId id, const BeingTypeId subtype) : |