From c1bd35020aa02b491ccc6e8aee577d124c38173c Mon Sep 17 00:00:00 2001 From: Thomas Bluemel Date: Sun, 4 Feb 2007 16:07:02 +0000 Subject: [PATCH] Remove code that was commented out some time ago svn path=/trunk/; revision=25713 --- reactos/dll/cpl/sysdm/userprofile.c | 6 ------ 1 file changed, 6 deletions(-) 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;