diff options
author | (no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10> | 2009-09-06 23:29:03 +0000 |
---|---|---|
committer | (no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10> | 2009-09-06 23:29:03 +0000 |
commit | 123dcff490b3acaf2ce1bab93c08ccdaea43775a (patch) | |
tree | c90bcf7bb37b88088d284acf27c0662648bab737 /yapp/popwin.cpp | |
parent | ffd5a2a14c665a6f42378ab961108dd4d80468ef (diff) |
Fixed crash on popup dismiss
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@470 4f64403b-2f21-0410-a795-97e2b3489a10
Diffstat (limited to 'yapp/popwin.cpp')
-rw-r--r-- | yapp/popwin.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
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) {
|