From 7ed195f3bfe7512511abe502b4eeb447281ac3c5 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 24 Dec 2018 19:53:50 +0300 Subject: minor code cleaning --- protocols/Icq10/src/utils.cpp | 9 --------- 1 file changed, 9 deletions(-) (limited to 'protocols/Icq10/src/utils.cpp') 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: -- cgit v1.2.3