From 55ad0595a714dcf07e94fe2fafc790c0be7a85a1 Mon Sep 17 00:00:00 2001 From: Attila Molnar Date: Tue, 22 Mar 2016 18:41:30 +0100 Subject: Remove now unused overload of User::SendText() --- include/users.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'include/users.h') diff --git a/include/users.h b/include/users.h index 8d53197ba..c2ad6b9ee 100644 --- a/include/users.h +++ b/include/users.h @@ -663,12 +663,6 @@ class CoreExport User : public Extensible */ void ForEachNeighbor(ForEachNeighborHandler& handler, bool include_self = true); - /** Dump text to a user target, splitting it appropriately to fit - * @param linePrefix text to prefix each complete line with - * @param textStream the text to send to the user - */ - void SendText(const std::string& linePrefix, std::stringstream& textStream); - /** Write to the user, routing the line if the user is remote. */ virtual void SendText(const std::string& line) = 0; -- cgit v1.2.3