diff options
| author | George Hazan <george.hazan@gmail.com> | 2025-02-02 13:14:31 +0300 |
|---|---|---|
| committer | George Hazan <george.hazan@gmail.com> | 2025-02-02 13:14:31 +0300 |
| commit | 8b85a1d4242aadcdcb682a90059061cc72a868c0 (patch) | |
| tree | c422b8def763555ec6c6b2c94afd4fed7a49e553 /protocols/Steam/src/steam_proto.h | |
| parent | eff01c8846cc3323956ac140cbd140308e22d6f1 (diff) | |
code simplification
Diffstat (limited to 'protocols/Steam/src/steam_proto.h')
| -rw-r--r-- | protocols/Steam/src/steam_proto.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/protocols/Steam/src/steam_proto.h b/protocols/Steam/src/steam_proto.h index 70a00da312..67bd990529 100644 --- a/protocols/Steam/src/steam_proto.h +++ b/protocols/Steam/src/steam_proto.h @@ -164,7 +164,6 @@ class CSteamProto : public PROTO<CSteamProto> void* GetRequestInfo(uint64_t);
void __cdecl ServerThread(void *);
- bool ServerThreadStub(const char *szHost);
void ProcessMulti(const uint8_t *buf, size_t cbLen);
void ProcessMessage(const uint8_t *buf, size_t cbLen);
|
