From 6b34a944779e53d8708e40c1420e0672d451dd01 Mon Sep 17 00:00:00 2001 From: "madmaxoft@gmail.com" Date: Sun, 11 Nov 2012 14:05:48 +0000 Subject: Cleanup: Removed deprecated functions from Lua API git-svn-id: http://mc-server.googlecode.com/svn/trunk@1033 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- source/Player.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'source/Player.h') diff --git a/source/Player.h b/source/Player.h index b074b430d..4800ed759 100644 --- a/source/Player.h +++ b/source/Player.h @@ -37,8 +37,6 @@ public: inline void SetStance( const double a_Stance ) { m_Stance = a_Stance; } double GetEyeHeight(); //tolua_export Vector3d GetEyePosition(); //tolua_export - OBSOLETE - inline bool GetFlying() { return m_bTouchGround; } //tolua_export inline bool IsOnGround(void) const {return m_bTouchGround; } // tolua_export inline const double GetStance(void) const { return m_Pos.y + 1.62; } //tolua_export // TODO: Proper stance when crouching etc. inline cInventory & GetInventory(void) { return m_Inventory; } //tolua_export -- cgit v1.2.3