From f8a58bee25b77af07a938cfdf71bdc00c0446b0a Mon Sep 17 00:00:00 2001 From: Tobias Weimer Date: Mon, 24 Feb 2014 14:53:26 +0000 Subject: removed some unneeded translations git-svn-id: http://svn.miranda-ng.org/main/trunk@8257 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/AssocMgr/src/main.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'plugins/AssocMgr/src/main.cpp') diff --git a/plugins/AssocMgr/src/main.cpp b/plugins/AssocMgr/src/main.cpp index 58a65f5fbb..a40c0ecd34 100644 --- a/plugins/AssocMgr/src/main.cpp +++ b/plugins/AssocMgr/src/main.cpp @@ -76,10 +76,8 @@ static void InstallFile(const TCHAR *pszFileName,const TCHAR *pszDestSubDir) } } -static int AssocMgrModulesLoaded(WPARAM wParam,LPARAM lParam) +static int AssocMgrModulesLoaded(WPARAM,LPARAM) { - UNREFERENCED_PARAMETER(wParam); - UNREFERENCED_PARAMETER(lParam); InitTest(); return 0; } -- cgit v1.2.3