Remove code that was commented out some time ago

svn path=/trunk/; revision=25713
This commit is contained in:
Thomas Bluemel 2007-02-04 16:07:02 +00:00
parent 6bbca5c035
commit c1bd35020a

View file

@ -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;