diff options
| -rw-r--r-- | src/mir_app/src/clui.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
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:
|
