diff options
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) {
|