summaryrefslogtreecommitdiff
path: root/src/being
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-06-08 02:01:13 +0300
committerAndrei Karas <akaras@inbox.ru>2017-06-08 02:13:12 +0300
commitaa0e715fe63eed2795944fda68ab64270b51453b (patch)
tree7b9a70421df310db51efd38c8d9ba63b6355e412 /src/being
parent69a1bbcd0c2170975556bfe495e1f169fd6c7726 (diff)
downloadplus-aa0e715fe63eed2795944fda68ab64270b51453b.tar.gz
plus-aa0e715fe63eed2795944fda68ab64270b51453b.tar.bz2
plus-aa0e715fe63eed2795944fda68ab64270b51453b.tar.xz
plus-aa0e715fe63eed2795944fda68ab64270b51453b.zip
Remove useless extern declarations.
Diffstat (limited to 'src/being')
-rw-r--r--src/being/localplayer.cpp4
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) :