summaryrefslogtreecommitdiff
path: root/src/net/npchandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/npchandler.h')
-rw-r--r--src/net/npchandler.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/net/npchandler.h b/src/net/npchandler.h
index 9ba358068..ed93ba409 100644
--- a/src/net/npchandler.h
+++ b/src/net/npchandler.h
@@ -56,9 +56,6 @@ class NpcHandler notfinal
virtual void stringInput(const int npcId,
const std::string &value) const = 0;
- virtual void sendLetter(const int npcId, const std::string &recipient,
- const std::string &text) const = 0;
-
virtual void startShopping(const int beingId) const = 0;
virtual void buy(const int beingId) const = 0;