summaryrefslogtreecommitdiff
path: root/protocols/Icq10
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/Icq10
parent7f5b936071e3a02fee7f7156157f2d0f776bb395 (diff)
minor code cleaning
Diffstat (limited to 'protocols/Icq10')
-rw-r--r--protocols/Icq10/src/utils.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/protocols/Icq10/src/utils.cpp b/protocols/Icq10/src/utils.cpp
index 0ed21af36c..d3c01b8dcb 100644
--- a/protocols/Icq10/src/utils.cpp
+++ b/protocols/Icq10/src/utils.cpp
@@ -71,21 +71,12 @@ INT_PTR __cdecl CIcqProto::GetAvatarCaps(WPARAM wParam, LPARAM lParam)
((POINT*)lParam)->y = -1;
return 0;
- case AF_MAXFILESIZE:
- return 0;
-
- case AF_PROPORTION:
- return PIP_NONE;
-
case AF_FORMATSUPPORTED: // nobody
return 1;
case AF_DELAYAFTERFAIL:
return 10 * 60 * 1000;
- case AF_DONTNEEDDELAYS: // We need delays because of larger friend lists
- return 0;
-
case AF_ENABLED:
case AF_FETCHIFPROTONOTVISIBLE:
case AF_FETCHIFCONTACTOFFLINE: