diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2009-03-28 00:02:01 +0100 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2009-03-28 00:28:45 +0100 |
commit | e083abd148c70982a098d3f2fff8e61eee5c4f91 (patch) | |
tree | ad375c5c635e5b45f5d79558bc716e9a4165c741 /src/gui/playerbox.cpp | |
parent | a96ad66d345807d6021f28c9b05b02328f76cc0f (diff) | |
download | mana-client-e083abd148c70982a098d3f2fff8e61eee5c4f91.tar.gz mana-client-e083abd148c70982a098d3f2fff8e61eee5c4f91.tar.bz2 mana-client-e083abd148c70982a098d3f2fff8e61eee5c4f91.tar.xz mana-client-e083abd148c70982a098d3f2fff8e61eee5c4f91.zip |
Removed a lot of useless isVisible() checks
The draw() method of a widget isn't called when a widget is not visible.
Diffstat (limited to 'src/gui/playerbox.cpp')
-rw-r--r-- | src/gui/playerbox.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gui/playerbox.cpp b/src/gui/playerbox.cpp index 58ef4cd7..d00194bd 100644 --- a/src/gui/playerbox.cpp +++ b/src/gui/playerbox.cpp @@ -78,9 +78,6 @@ PlayerBox::~PlayerBox() void PlayerBox::draw(gcn::Graphics *graphics) { - if (!isVisible()) - return; - if (mPlayer) { // Draw character |