From c9c2324e4f13e66c75d886f94dbacac1e28b191f Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 12 May 2025 17:25:26 +0300 Subject: fixes #5009 ("Pin to desktop" option doesn't work in all modern Windows) --- include/m_clistint.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'include/m_clistint.h') diff --git a/include/m_clistint.h b/include/m_clistint.h index be90203efa..a6e006f434 100644 --- a/include/m_clistint.h +++ b/include/m_clistint.h @@ -399,9 +399,6 @@ struct CLIST_INTERFACE int (*pfnCompareContacts)(const ClcContact *contact1, const ClcContact *contact2); int (*pfnSetHideOffline)(int newValue); // TRUE, FALSE or -1 to revert the current setting - /* docking.c */ - int (*pfnDocking_ProcessWindowMessage)(WPARAM wParam, LPARAM lParam); - /************************************************************************************* * version 2 - events processing *************************************************************************************/ -- cgit v1.2.3