diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-04-15 14:52:13 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-04-15 14:52:13 +0000 |
commit | 8edd8f730d8e7781b1d3df25c61b1e123fad7a4f (patch) | |
tree | 0fcb384cf13d63e4cdbf2ff17313fc9765237512 | |
parent | df2a0e34e2d23028881c8a3f3c9f21346cde4e80 (diff) |
Removed deprecated class 'packet'
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1103 e03df62e-2008-0410-955e-edbf42e46eb7
-rw-r--r-- | include/connection.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/include/connection.h b/include/connection.h index 8e997742a..ed88d83f7 100644 --- a/include/connection.h +++ b/include/connection.h @@ -161,13 +161,6 @@ class ircd_connector : public Extensible }; -/** Class packet is deprecated. - * This declaration is preserved here to maintain documentation only. - */ -class packet : public classbase -{ -}; - /** Please note: classes serverrec and userrec both inherit from class connection. */ class connection : public Extensible |