diff options
| author | 2008-09-08 21:26:33 +0000 | |
|---|---|---|
| committer | 2008-09-08 21:26:33 +0000 | |
| commit | 27fec307cf7581130563cc09389a2b2c79bc53b9 (patch) | |
| tree | c088748bbf9e85f9598c62dea5155435eef9451b /src/modules | |
| parent | Check the wrong way around is just stupid. ;p (diff) | |
| download | inspircd++-27fec307cf7581130563cc09389a2b2c79bc53b9.tar.gz inspircd++-27fec307cf7581130563cc09389a2b2c79bc53b9.tar.bz2 inspircd++-27fec307cf7581130563cc09389a2b2c79bc53b9.zip | |
Remove a (now nonexistant) reference from .h
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10481 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules')
| -rw-r--r-- | src/modules/m_spanningtree/treesocket.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/modules/m_spanningtree/treesocket.h b/src/modules/m_spanningtree/treesocket.h index 0026b6b6a..31231c795 100644 --- a/src/modules/m_spanningtree/treesocket.h +++ b/src/modules/m_spanningtree/treesocket.h @@ -386,10 +386,6 @@ class TreeSocket : public BufferedSocket /** Handle socket close event */ virtual void OnClose(); - - /** Handle incoming connection event - */ - virtual int OnIncomingConnection(int newsock, char* ip); }; /* Used to validate the value lengths of multiple parameters for a command */ |
