diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/protocol.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/protocol.h b/include/protocol.h index 49288fd3b..fdfb89aab 100644 --- a/include/protocol.h +++ b/include/protocol.h @@ -135,11 +135,6 @@ class ProtocolInterface : public Extensible * XXX: document me properly, this is shit. */ virtual void GetServerList(ProtoServerList &sl) { } - - /** Send information about a user connection to linked servers. - * @param u The user to send information about. - */ - virtual void Introduce(User* u) { } }; #endif |