diff options
| author | 2009-09-02 00:44:40 +0000 | |
|---|---|---|
| committer | 2009-09-02 00:44:40 +0000 | |
| commit | 5d67a5fff127bf95bca69b436ef7f645f2fe3281 (patch) | |
| tree | 7f6b23b35a94f91eaad69a511d3d21b36b651a4c /include | |
| parent | Remove unused I_ProtoSendMetaData, I_ProtoSendMode fields of Implementation (diff) | |
| download | inspircd++-5d67a5fff127bf95bca69b436ef7f645f2fe3281.tar.gz inspircd++-5d67a5fff127bf95bca69b436ef7f645f2fe3281.tar.bz2 inspircd++-5d67a5fff127bf95bca69b436ef7f645f2fe3281.zip | |
Remove unneeded ProtocolInterface::Introduce
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11600 e03df62e-2008-0410-955e-edbf42e46eb7
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 |
