1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-28 15:17:46 +00:00

cleanup unused getClassAsInt function

This commit is contained in:
NotAdam 2019-02-09 18:01:53 +11:00
parent d8a1c751fd
commit c17de516c7
2 changed files with 0 additions and 8 deletions

View file

@ -108,12 +108,6 @@ Sapphire::Common::ClassJob Sapphire::Entity::Chara::getClass() const
return m_class;
}
/*! \return current class or job as int32_t ( this feels pointless ) */
uint8_t Sapphire::Entity::Chara::getClassAsInt() const
{
return static_cast< uint8_t >( m_class );
}
/*! \param ClassJob to set */
void Sapphire::Entity::Chara::setClass( Common::ClassJob classJob )
{

View file

@ -180,8 +180,6 @@ namespace Sapphire::Entity
Common::ClassJob getClass() const;
uint8_t getClassAsInt() const;
void setClass( Common::ClassJob classJob );
void setTargetId( uint64_t targetId );