diff options
Diffstat (limited to 'win/tkWinSysTray.c')
-rw-r--r-- | win/tkWinSysTray.c | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/win/tkWinSysTray.c b/win/tkWinSysTray.c index 63e50aa..5906e72 100644 --- a/win/tkWinSysTray.c +++ b/win/tkWinSysTray.c @@ -300,27 +300,6 @@ DrawANDMask(HDC hDC, RECT Rect, LPLPICONIMAGE lpIcon) { /* *---------------------------------------------------------------------- * - * FindDIBBits -- - * - * Locate the image bits in a CF_DIB format DIB. - * - * Results: - * Icon is rendered. - * - * Side effects: - * None. - * - *---------------------------------------------------------------------- - */ - -static LPSTR -FindDIBBits(LPSTR lpbi) { - return (lpbi + * (LPDWORD) lpbi + PaletteSize(lpbi)); -} - -/* - *---------------------------------------------------------------------- - * * NotifyA -- * * Display icon in system tray on older ANSI-encoded systems. |