From 59dc6b0ec277b76996014ea7350b0bcafa5396b5 Mon Sep 17 00:00:00 2001 From: Robin Burchell Date: Sun, 1 Jul 2012 21:12:16 +0200 Subject: Revert "users: add SetClientIP function for irc::sockets::sockaddrs type." This reverts commit f0474272303ac9297f637ce956315518138bafff. --- include/users.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'include/users.h') diff --git a/include/users.h b/include/users.h index 66e867ad0..6852b3fb9 100644 --- a/include/users.h +++ b/include/users.h @@ -395,11 +395,6 @@ class CoreExport User : public Extensible */ bool SetClientIP(const char* sip); - /** Sets the client IP for this user - * @return true always - */ - bool SetClientIP(irc::sockets::sockaddrs *sa); - /** Constructor * @throw CoreException if the UID allocated to the user already exists */ -- cgit v1.2.3