summaryrefslogtreecommitdiff
path: root/src/gui/buysell.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/buysell.cpp')
-rw-r--r--src/gui/buysell.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gui/buysell.cpp b/src/gui/buysell.cpp
index 47777ca0..1f40e7b5 100644
--- a/src/gui/buysell.cpp
+++ b/src/gui/buysell.cpp
@@ -28,7 +28,6 @@
#include "../game.h"
#include "../net/messageout.h"
-#include "../net/network.h"
#include "../net/protocol.h"
BuySellDialog::BuySellDialog():
@@ -86,7 +85,6 @@ void BuySellDialog::action(const std::string& eventId)
outMsg.writeShort(CMSG_NPC_BUY_SELL_REQUEST);
outMsg.writeLong(current_npc);
outMsg.writeByte(actionId);
- writeSet(7);
}
setVisible(false);