summaryrefslogtreecommitdiffstats
path: root/source/Protocol.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/Protocol.h')
-rw-r--r--source/Protocol.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/Protocol.h b/source/Protocol.h
index 1b313ce09..c87516640 100644
--- a/source/Protocol.h
+++ b/source/Protocol.h
@@ -56,7 +56,6 @@ public:
virtual void SendEntRelMove (const cEntity & a_Entity, char a_RelX, char a_RelY, char a_RelZ) = 0;
virtual void SendEntRelMoveLook (const cEntity & a_Entity, char a_RelX, char a_RelY, char a_RelZ) = 0;
virtual void SendGameMode (eGameMode a_GameMode) = 0;
- virtual void SendHandshake (const AString & a_ServerName) = 0;
virtual void SendHealth (void) = 0;
virtual void SendInventoryProgress(char a_WindowID, short a_Progressbar, short a_Value) = 0;
virtual void SendInventorySlot (int a_WindowID, short a_SlotNum, const cItem & a_Item) = 0;