From dafa2f3031c4abc7f5506385770c4fc743669b17 Mon Sep 17 00:00:00 2001 From: attilamolnar Date: Fri, 9 Aug 2013 18:28:11 +0200 Subject: Remove virtual User::GetClass() (but keep LocalUser::GetClass()) --- src/users.cpp | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'src/users.cpp') diff --git a/src/users.cpp b/src/users.cpp index 3bc196321..b49587b38 100644 --- a/src/users.cpp +++ b/src/users.cpp @@ -1278,21 +1278,6 @@ void LocalUser::SetClass(const std::string &explicit_name) } } -/* looks up a users password for their connection class (/ tags) - * NOTE: If the or tag specifies an ip, and this user resolves, - * then their ip will be taken as 'priority' anyway, so for example, - * will match joe!bloggs@localhost - */ -ConnectClass* LocalUser::GetClass() -{ - return MyClass; -} - -ConnectClass* User::GetClass() -{ - return NULL; -} - void User::PurgeEmptyChannels() { // firstly decrement the count on each channel -- cgit v1.3.1-10-gc9f91