summaryrefslogtreecommitdiff
path: root/protocols/Steam
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2018-12-24 19:53:50 +0300
committerGeorge Hazan <ghazan@miranda.im>2018-12-24 19:53:50 +0300
commit7ed195f3bfe7512511abe502b4eeb447281ac3c5 (patch)
treefae229cbd6dbbde118141d62ad3b5c5d3a190b48 /protocols/Steam
parent7f5b936071e3a02fee7f7156157f2d0f776bb395 (diff)
minor code cleaning
Diffstat (limited to 'protocols/Steam')
-rw-r--r--protocols/Steam/src/steam_avatars.cpp7
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;