mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 01:39:30 +00:00
remove outdated unimplemented MessageBox
svn path=/trunk/; revision=39195
This commit is contained in:
parent
4756f82dd3
commit
dc406bd2bc
2 changed files with 0 additions and 6 deletions
|
@ -22,10 +22,6 @@ RenameProfDlgProc(HWND hwndDlg,
|
|||
|
||||
switch (uMsg)
|
||||
{
|
||||
case WM_INITDIALOG:
|
||||
MessageBox(hwndDlg, _T("Dialog not yet implemented!"), NULL, 0);
|
||||
break;
|
||||
|
||||
case WM_COMMAND:
|
||||
if ((LOWORD(wParam) == IDOK) || (LOWORD(wParam) == IDCANCEL))
|
||||
{
|
||||
|
@ -60,7 +56,6 @@ HardProfDlgProc(HWND hwndDlg,
|
|||
SendMessage(GetDlgItem(hwndDlg, IDC_HRDPROFDWN),
|
||||
BM_SETIMAGE,(WPARAM)IMAGE_ICON,
|
||||
(LPARAM)(HANDLE)LoadIcon(hApplet, MAKEINTRESOURCE(IDI_DOWN)));
|
||||
MessageBox(hwndDlg, _T("Dialog not yet implemented!"), NULL, 0);
|
||||
}
|
||||
break;
|
||||
|
||||
|
|
|
@ -139,7 +139,6 @@ UserProfileDlgProc(HWND hwndDlg,
|
|||
switch (uMsg)
|
||||
{
|
||||
case WM_INITDIALOG:
|
||||
MessageBox(hwndDlg, _T("Dialog not yet implemented!"), NULL, 0);
|
||||
OnInitDialog(hwndDlg);
|
||||
break;
|
||||
|
||||
|
|
Loading…
Reference in a new issue