From 6c38539e9b3d5a72280950310253759085e96f01 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Thu, 28 Jan 2016 13:20:34 +0000 Subject: unused functions removed git-svn-id: http://svn.miranda-ng.org/main/trunk@16179 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/MSN/src/stdafx.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols/MSN') diff --git a/protocols/MSN/src/stdafx.h b/protocols/MSN/src/stdafx.h index ef75392261..b127c2cd39 100644 --- a/protocols/MSN/src/stdafx.h +++ b/protocols/MSN/src/stdafx.h @@ -705,7 +705,7 @@ public: __forceinline void Init(CMsnProto* proto) { m_proto = proto; } bool Load(); void Save(); - virtual bool Refresh(bool bForce = false) { return false; } + virtual bool Refresh(bool = false) { return false; } bool Expired(time_t t = time(NULL)); void Clear(); const char *Token(); -- cgit v1.2.3