summaryrefslogtreecommitdiff
path: root/src/gui/status.cpp
diff options
context:
space:
mode:
authorEugenio Favalli <elvenprogrammer@gmail.com>2005-09-19 12:28:42 +0000
committerEugenio Favalli <elvenprogrammer@gmail.com>2005-09-19 12:28:42 +0000
commit2c4d4ecc19fc8308b2772e4ffe6570ca362264d1 (patch)
treea4b6d78a89bfd12b3667129bd0bae63a805682cd /src/gui/status.cpp
parentcf0f74488b0f2057bc535774dc6a2c871311932f (diff)
downloadmana-2c4d4ecc19fc8308b2772e4ffe6570ca362264d1.tar.gz
mana-2c4d4ecc19fc8308b2772e4ffe6570ca362264d1.tar.bz2
mana-2c4d4ecc19fc8308b2772e4ffe6570ca362264d1.tar.xz
mana-2c4d4ecc19fc8308b2772e4ffe6570ca362264d1.zip
Got rid of writeSet() calls.
Diffstat (limited to 'src/gui/status.cpp')
-rw-r--r--src/gui/status.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gui/status.cpp b/src/gui/status.cpp
index f1eadafc..a601ff59 100644
--- a/src/gui/status.cpp
+++ b/src/gui/status.cpp
@@ -32,7 +32,6 @@
#include "../playerinfo.h"
#include "../net/messageout.h"
-#include "../net/network.h"
#include "../net/protocol.h"
StatusWindow::StatusWindow():
@@ -448,6 +447,5 @@ void StatusWindow::action(const std::string& eventId)
outMsg.writeShort(0x0012);
}
outMsg.writeByte(1);
- writeSet(5);
}
}