mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
Remove code that was commented out some time ago
svn path=/trunk/; revision=25713
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user