diff --git a/reactos/dll/cpl/sysdm/userprofile.c b/reactos/dll/cpl/sysdm/userprofile.c index 21659250f0d..aa61720d929 100644 --- a/reactos/dll/cpl/sysdm/userprofile.c +++ b/reactos/dll/cpl/sysdm/userprofile.c @@ -25,12 +25,6 @@ UserProfileDlgProc(HWND hwndDlg, { case WM_INITDIALOG: { -// HWND hLink = GetDlgItem(hwndDlg, IDC_USERACCOUNT_LINK); - -// TextToLink(hLink, -// _T("rundll32.exe"), -// _T("shell32.dll, Control_RunDLL nusrmgr.cpl")); - MessageBox(hwndDlg, _T("Dialog not yet implemented!"), NULL, 0); } break;