From 8edd8f730d8e7781b1d3df25c61b1e123fad7a4f Mon Sep 17 00:00:00 2001 From: brain Date: Fri, 15 Apr 2005 14:52:13 +0000 Subject: Removed deprecated class 'packet' git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1103 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/connection.h | 7 ------- 1 file changed, 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 -- cgit v1.2.3