summaryrefslogtreecommitdiff
path: root/src/net/tmwa/questhandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/tmwa/questhandler.h')
-rw-r--r--src/net/tmwa/questhandler.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/net/tmwa/questhandler.h b/src/net/tmwa/questhandler.h
index c63fa56b0..920df82fb 100644
--- a/src/net/tmwa/questhandler.h
+++ b/src/net/tmwa/questhandler.h
@@ -40,10 +40,6 @@ class QuestHandler final : public MessageHandler,
void setQeustActiveState(const int questId,
const bool active) const override final;
- protected:
- static void processSetQuestVar(Net::MessageIn &msg);
-
- static void processPlayerQuests(Net::MessageIn &msg);
};
} // namespace TmwAthena