diff options
| author | George Hazan <george.hazan@gmail.com> | 2024-12-18 18:41:56 +0300 |
|---|---|---|
| committer | George Hazan <george.hazan@gmail.com> | 2024-12-18 18:41:56 +0300 |
| commit | ace6bf1bd1e110ac93da464b2b7d75cafef0b415 (patch) | |
| tree | 15ddd4342f7ed06a9dd8b6a87790b4593cc156ed /protocols/Steam/src/steam_login.cpp | |
| parent | 920b6b4c19e8ba7b020db7e78db0327b2a742a7b (diff) | |
obsolete code removed
Diffstat (limited to 'protocols/Steam/src/steam_login.cpp')
| -rw-r--r-- | protocols/Steam/src/steam_login.cpp | 5 |
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; |
