From 123dcff490b3acaf2ce1bab93c08ccdaea43775a Mon Sep 17 00:00:00 2001 From: "(no author)" <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10> Date: Sun, 6 Sep 2009 23:29:03 +0000 Subject: Fixed crash on popup dismiss git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@470 4f64403b-2f21-0410-a795-97e2b3489a10 --- yapp/popwin.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'yapp/popwin.cpp') diff --git a/yapp/popwin.cpp b/yapp/popwin.cpp index 8ef25fd..64496c8 100644 --- a/yapp/popwin.cpp +++ b/yapp/popwin.cpp @@ -740,11 +740,6 @@ LRESULT CALLBACK PopupWindowProc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lPa } } -int AvatarChanged(WPARAM wParam, LPARAM lParam) { - RepositionWindows(); - return 0; -} - void InitWindowStack() { hUserDll = LoadLibrary(_T("user32.dll")); if (hUserDll) { -- cgit v1.2.3