diff options
author | George Hazan <george.hazan@gmail.com> | 2024-11-29 15:26:27 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2024-11-29 15:26:27 +0300 |
commit | 48fce208e06bcc228c63087d264b783740f17cd6 (patch) | |
tree | 962b54fbbc982c134934223e509e420f4113d514 /plugins/FingerprintNG/src/stdafx.h | |
parent | ecd21a62f266989f6b5f859a167b834af279d031 (diff) |
code cleaning
Diffstat (limited to 'plugins/FingerprintNG/src/stdafx.h')
-rw-r--r-- | plugins/FingerprintNG/src/stdafx.h | 5 |
1 files changed, 0 insertions, 5 deletions
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();
|