summaryrefslogtreecommitdiff
path: root/src/net/eathena/inventoryrecv.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/eathena/inventoryrecv.cpp')
-rw-r--r--src/net/eathena/inventoryrecv.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/net/eathena/inventoryrecv.cpp b/src/net/eathena/inventoryrecv.cpp
index 91dd66fb9..b4a7e91cc 100644
--- a/src/net/eathena/inventoryrecv.cpp
+++ b/src/net/eathena/inventoryrecv.cpp
@@ -48,7 +48,6 @@
#include "net/eathena/itemflags.h"
#include "net/eathena/menu.h"
-#include "net/ea/eaprotocol.h"
#include "net/ea/equipbackend.h"
#include "net/ea/inventoryrecv.h"
@@ -924,7 +923,6 @@ void InventoryRecv::processPlayerRefine(Net::MessageIn &msg)
const Inventory *const inv = PlayerInfo::getInventory();
const Item *item = nullptr;
int notifyType;
- std::string message;
std::string itemName;
if (inv)
item = inv->getItem(index);