Remove an unimplemented method that got in by mistake

This commit is contained in:
Michał Janiszewski 2016-05-26 22:54:35 +02:00
parent 80a90624b9
commit 7a96856d01
1 changed files with 0 additions and 1 deletions

View File

@ -492,7 +492,6 @@ private:
void Client_Handle_EVENT(NetworkConnection& connection, NetworkPacket& packet);
void Client_Handle_TOKEN(NetworkConnection& connection, NetworkPacket& packet);
void Server_Handle_TOKEN(NetworkConnection& connection, NetworkPacket& packet);
void get_key_data();
};
#endif // __cplusplus