diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-04-25 22:18:26 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-04-25 22:18:26 +0300 |
commit | 853757df15383c2e9cc33023dc04a256c458e671 (patch) | |
tree | f12cf49d6ddc17b6b4fc96d066359872b108f144 /src/gui/beingpopup.h | |
parent | 8e57e80d73a58077615924d50ac206d19efddae6 (diff) | |
download | plus-853757df15383c2e9cc33023dc04a256c458e671.tar.gz plus-853757df15383c2e9cc33023dc04a256c458e671.tar.bz2 plus-853757df15383c2e9cc33023dc04a256c458e671.tar.xz plus-853757df15383c2e9cc33023dc04a256c458e671.zip |
fix some code style by cpplint.
Diffstat (limited to 'src/gui/beingpopup.h')
-rw-r--r-- | src/gui/beingpopup.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gui/beingpopup.h b/src/gui/beingpopup.h index 82b04ca85..417adc42e 100644 --- a/src/gui/beingpopup.h +++ b/src/gui/beingpopup.h @@ -50,8 +50,6 @@ class BeingPopup final : public Popup */ void show(const int x, const int y, Being *const b); - // TODO: Add a version for monsters, NPCs, etc? - private: Label *mBeingName; Label *mBeingParty; |