diff options
Diffstat (limited to 'include/users.h')
-rw-r--r-- | include/users.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/users.h b/include/users.h index 7e05c9f2a..6f656a51b 100644 --- a/include/users.h +++ b/include/users.h @@ -444,10 +444,6 @@ class CoreExport User : public StreamSocket * @return The port number of this user. */ int GetServerPort(); - /** - * @return The server IP address - */ - std::string GetServerIP(); /** Get client IP string from sockaddr, using static internal buffer * @return The IP string |