diff options
author | Attila Molnar <attilamolnar@hush.com> | 2016-03-22 18:41:30 +0100 |
---|---|---|
committer | Attila Molnar <attilamolnar@hush.com> | 2016-03-22 18:41:30 +0100 |
commit | 55ad0595a714dcf07e94fe2fafc790c0be7a85a1 (patch) | |
tree | 28fb87b7fd382f8d29867090fca0ace3b3b33d33 /include/users.h | |
parent | e33e8bcdf8fd3e40eba6a41b43dbc48f973efb11 (diff) |
Remove now unused overload of User::SendText()
Diffstat (limited to 'include/users.h')
-rw-r--r-- | include/users.h | 6 |
1 files changed, 0 insertions, 6 deletions
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; |