summaryrefslogtreecommitdiff
path: root/plugins/UserInfoEx/src/psp_origin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/UserInfoEx/src/psp_origin.cpp')
-rw-r--r--plugins/UserInfoEx/src/psp_origin.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/plugins/UserInfoEx/src/psp_origin.cpp b/plugins/UserInfoEx/src/psp_origin.cpp
index cbc831f2ec..3badb81261 100644
--- a/plugins/UserInfoEx/src/psp_origin.cpp
+++ b/plugins/UserInfoEx/src/psp_origin.cpp
@@ -72,8 +72,6 @@ INT_PTR CALLBACK PSPProcOrigin(HWND hDlg, UINT uMsg, WPARAM wParam, LPARAM lPara
switch (((LPNMHDR) lParam)->code) {
case PSN_INFOCHANGED:
{
- BYTE bChanged = 0;
-
if (!PSGetBaseProto(hDlg, pszProto) || *pszProto == 0)
break;
@@ -101,7 +99,7 @@ INT_PTR CALLBACK PSPProcOrigin(HWND hDlg, UINT uMsg, WPARAM wParam, LPARAM lPara
}
}
- SetWindowLongPtr(hDlg, DWLP_MSGRESULT, bChanged ? PSP_CHANGED : 0);
+ SetWindowLongPtr(hDlg, DWLP_MSGRESULT, 0);
}
break;