summaryrefslogtreecommitdiff
path: root/include/users.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/users.h')
-rw-r--r--include/users.h6
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;