diff options
Diffstat (limited to 'protocols/Steam/src')
-rw-r--r-- | protocols/Steam/src/steam_avatars.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/protocols/Steam/src/steam_avatars.cpp b/protocols/Steam/src/steam_avatars.cpp index a4ed74dd27..29f1cb9938 100644 --- a/protocols/Steam/src/steam_avatars.cpp +++ b/protocols/Steam/src/steam_avatars.cpp @@ -116,13 +116,6 @@ INT_PTR CSteamProto::GetAvatarCaps(WPARAM wParam, LPARAM lParam) case AF_ENABLED:
return 1;
- /*case AF_DONTNEEDDELAYS:
- return 1;*/
-
- /*case AF_MAXFILESIZE:
- // server accepts images of 32000 bytees, not bigger
- return 32000;*/
-
case AF_DELAYAFTERFAIL:
// request avatar again in one hour if server gave an error
return 60 * 60 * 1000;
|