summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2014-12-14 10:59:38 +0000
committerGeorge Hazan <george.hazan@gmail.com>2014-12-14 10:59:38 +0000
commitec369d18d5aa7b55204fee8513609f6efed0d5a8 (patch)
treed0503caf979f97f857f06456d6ee6d665d5b6833
parent8a6d8371abe209ada8ef131305b18967b3fe3c81 (diff)
unused parameter removed
git-svn-id: http://svn.miranda-ng.org/main/trunk@11397 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
-rw-r--r--plugins/ExternalAPI/m_skin_eng.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/plugins/ExternalAPI/m_skin_eng.h b/plugins/ExternalAPI/m_skin_eng.h
index a25724a485..b0b784ff61 100644
--- a/plugins/ExternalAPI/m_skin_eng.h
+++ b/plugins/ExternalAPI/m_skin_eng.h
@@ -342,11 +342,10 @@ int __inline SkinEngInvalidateImageFrame(HWND hwnd, CONST RECT * rcUpdate, DWORD
}
-int __inline SkinInvalidateFrame(HWND hWnd, CONST RECT* lpRect,BOOL bErase)
+int __inline SkinInvalidateFrame(HWND hWnd, CONST RECT* lpRect)
{
- return SkinEngInvalidateImageFrame(hWnd,lpRect,0,0);
+ return SkinEngInvalidateImageFrame(hWnd, lpRect, 0, 0);
}
-// Alpha channel GDI replacements/helpers
//
// Paints text with correct alpha channel