mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 01:15:09 +00:00
Remove code that was commented out some time ago
svn path=/trunk/; revision=25713
This commit is contained in:
parent
6bbca5c035
commit
c1bd35020a
1 changed files with 0 additions and 6 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue