summaryrefslogtreecommitdiff
path: root/protocols/Steam/src/steam_login.cpp
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2024-12-18 18:41:56 +0300
committerGeorge Hazan <george.hazan@gmail.com>2024-12-18 18:41:56 +0300
commitace6bf1bd1e110ac93da464b2b7d75cafef0b415 (patch)
tree15ddd4342f7ed06a9dd8b6a87790b4593cc156ed /protocols/Steam/src/steam_login.cpp
parent920b6b4c19e8ba7b020db7e78db0327b2a742a7b (diff)
obsolete code removed
Diffstat (limited to 'protocols/Steam/src/steam_login.cpp')
-rw-r--r--protocols/Steam/src/steam_login.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/protocols/Steam/src/steam_login.cpp b/protocols/Steam/src/steam_login.cpp
index dda672c0af..8749e6ca09 100644
--- a/protocols/Steam/src/steam_login.cpp
+++ b/protocols/Steam/src/steam_login.cpp
@@ -15,11 +15,6 @@ bool CSteamProto::IsOnline()
return m_iStatus > ID_STATUS_OFFLINE && m_ws != nullptr;
}
-bool CSteamProto::IsMe(const char *steamId)
-{
- return m_iSteamId == (uint64_t)_atoi64(steamId);
-}
-
void CSteamProto::Logout()
{
m_bTerminated = true;