From 48fce208e06bcc228c63087d264b783740f17cd6 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 29 Nov 2024 15:26:27 +0300 Subject: code cleaning --- plugins/FingerprintNG/src/stdafx.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'plugins/FingerprintNG/src/stdafx.h') diff --git a/plugins/FingerprintNG/src/stdafx.h b/plugins/FingerprintNG/src/stdafx.h index d141a71d35..879a74ee0a 100644 --- a/plugins/FingerprintNG/src/stdafx.h +++ b/plugins/FingerprintNG/src/stdafx.h @@ -129,11 +129,6 @@ void UnregisterCustomIcons(); int OnOptInitialise(WPARAM wParam, LPARAM lParam); int OnExtraImageApply(WPARAM wParam, LPARAM lParam); -HICON __fastcall CreateJoinedIcon(HICON hBottom, HICON hTop); -HBITMAP __inline CreateBitmap32(int cx, int cy); -HBITMAP __fastcall CreateBitmap32Point(int cx, int cy, LPVOID* bits); -HANDLE __fastcall GetIconIndexFromFI(LPTSTR szMirVer); - BOOL __fastcall WildCompare(LPWSTR name, LPWSTR mask); void RegisterIcons(); -- cgit v1.2.3