From 727e5cf06ed284716f78632a806a33673c452d83 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 5 Mar 2025 19:34:46 +0300 Subject: unused variable removed --- src/mir_app/src/clui.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src') diff --git a/src/mir_app/src/clui.cpp b/src/mir_app/src/clui.cpp index 9a6bc13d17..031b0a9424 100644 --- a/src/mir_app/src/clui.cpp +++ b/src/mir_app/src/clui.cpp @@ -32,7 +32,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. extern HANDLE hEventExtraClick; -static HMODULE hUserDll; static HANDLE hContactDraggingEvent, hContactDroppedEvent, hContactDragStopEvent; static int transparentFocus = 1; UINT uMsgProcessProfile; @@ -1042,7 +1041,6 @@ LRESULT CALLBACK fnContactListWndProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM ShowWindow(hwnd, SW_HIDE); DestroyWindow(g_clistApi.hwndContactTree); - FreeLibrary(hUserDll); PostQuitMessage(0); default: -- cgit v1.2.3