From 43a28f04fa3ddf4b612f58c25a896293a01567e3 Mon Sep 17 00:00:00 2001 From: Perttu Ahola Date: Sat, 15 Oct 2011 02:28:57 +0300 Subject: mobv2 --- src/client.h | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'src/client.h') diff --git a/src/client.h b/src/client.h index 930987c02..87c7e328d 100644 --- a/src/client.h +++ b/src/client.h @@ -183,10 +183,8 @@ public: void groundAction(u8 action, v3s16 nodepos_undersurface, v3s16 nodepos_oversurface, u16 item); - void clickObject(u8 button, v3s16 blockpos, s16 id, u16 item); void clickActiveObject(u8 button, u16 id, u16 item); - void sendSignText(v3s16 blockpos, s16 id, std::string text); void sendSignNodeText(v3s16 p, std::string text); void sendInventoryAction(InventoryAction *a); void sendChatMessage(const std::wstring &message); @@ -225,14 +223,6 @@ public: Inventory* getInventory(InventoryContext *c, std::string id); void inventoryAction(InventoryAction *a); - // Gets closest object pointed by the shootline - // Returns NULL if not found - MapBlockObject * getSelectedObject( - f32 max_d, - v3f from_pos_f_on_map, - core::line3d shootline_on_map - ); - // Gets closest object pointed by the shootline // Returns NULL if not found ClientActiveObject * getSelectedActiveObject( -- cgit v1.2.3