summaryrefslogtreecommitdiff
path: root/src/net/eathena/pethandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/eathena/pethandler.h')
-rw-r--r--src/net/eathena/pethandler.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/src/net/eathena/pethandler.h b/src/net/eathena/pethandler.h
index 46bdf8f90..d54901401 100644
--- a/src/net/eathena/pethandler.h
+++ b/src/net/eathena/pethandler.h
@@ -66,23 +66,6 @@ class PetHandler final : public MessageHandler, public Net::PetHandler
void setDirection(const unsigned char type) const override final;
void startAi(const bool start) const override final;
-
- protected:
- void processPetMessage(Net::MessageIn &msg);
-
- static void processPetRoulette(Net::MessageIn &msg);
-
- static void processEggsList(Net::MessageIn &msg);
-
- static void processPetData(Net::MessageIn &msg);
-
- static void processPetStatus(Net::MessageIn &msg);
-
- static void processPetFood(Net::MessageIn &msg);
-
- static void processPetCatchProcess(Net::MessageIn &msg);
-
- int mRandCounter;
};
} // namespace EAthena