]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/protocol.h
Remove InspIRCd* parameters and fields
[user/henk/code/inspircd.git] / include / protocol.h
index bd437c76f03082ac7f60137a7efbe9abe5fee9a7..a3afe9fb37f37da3066ea1e2481afc352abba425 100644 (file)
@@ -16,7 +16,6 @@
 
 #include "hashcomp.h"
 
-class InspIRCd;
 class User;
 
 typedef std::vector<std::string> parameterlist;
@@ -36,10 +35,8 @@ typedef std::list<ProtoServer> ProtoServerList;
 
 class ProtocolInterface : public Extensible
 {
- protected:
-       InspIRCd* ServerInstance;
  public:
-       ProtocolInterface(InspIRCd* Instance) : ServerInstance(Instance) { }
+       ProtocolInterface() { }
        virtual ~ProtocolInterface() { }
 
        /** Send an ENCAP message to one or more linked servers.