summaryrefslogtreecommitdiffstats
path: root/win/tkWinSysTray.c
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2020-11-08 13:46:37 (GMT)
committerfvogel <fvogelnew1@free.fr>2020-11-08 13:46:37 (GMT)
commit14635cf721890ec922b5b34f333ac5ac93346c9c (patch)
treebba45650776ea6e5c3ba381bce5ecfebb20288f5 /win/tkWinSysTray.c
parentb0a82cca7d1314476ae7fe568baa8e06358554a5 (diff)
downloadtk-14635cf721890ec922b5b34f333ac5ac93346c9c.zip
tk-14635cf721890ec922b5b34f333ac5ac93346c9c.tar.gz
tk-14635cf721890ec922b5b34f333ac5ac93346c9c.tar.bz2
Remove duplicate code.
Diffstat (limited to 'win/tkWinSysTray.c')
-rw-r--r--win/tkWinSysTray.c21
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.