summaryrefslogtreecommitdiff
path: root/yapp/popwin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'yapp/popwin.cpp')
-rw-r--r--yapp/popwin.cpp5
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) {