From ad6ec4976051266a74989d2fcc094178740b6b73 Mon Sep 17 00:00:00 2001 From: Skyliegirl33 <44952533+Skyliegirl33@users.noreply.github.com> Date: Fri, 17 Sep 2021 17:36:39 +0000 Subject: [PATCH] Update ItemAction.h --- src/world/Action/ItemAction.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/world/Action/ItemAction.h b/src/world/Action/ItemAction.h index fdce1464..73c78cbb 100644 --- a/src/world/Action/ItemAction.h +++ b/src/world/Action/ItemAction.h @@ -29,8 +29,6 @@ namespace Sapphire::World::Action void handleMountItem(); - void handleOrchestrionItem(); - private: Sapphire::Data::ItemActionPtr m_itemAction;