remove positionDlg

This commit is contained in:
ehouse 2004-02-27 05:57:06 +00:00
parent b0d8d0baec
commit 2aa517afd4

View file

@ -49,8 +49,6 @@ PasswdDlg(HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam)
pState = (PasswdDialogState*)lParam;
globals = pState->globals;
positionDlg( hDlg );
nameToLabel( hDlg, pState->name, IDC_PWDLABEL );
return TRUE;