mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-15 15:41:24 +01:00
remove positionDlg
This commit is contained in:
parent
3249eab16e
commit
c6c53282d9
1 changed files with 0 additions and 2 deletions
|
@ -90,8 +90,6 @@ BlankDlg(HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam)
|
|||
SetWindowLong( hDlg, GWL_USERDATA, lParam );
|
||||
bState = (BlankDialogState*)lParam;
|
||||
|
||||
positionDlg( hDlg );
|
||||
|
||||
#ifdef FEATURE_TRAY_EDIT
|
||||
if ( bState->pi->why == PICK_FOR_CHEAT ) {
|
||||
showCurTray( hDlg, bState );
|
||||
|
|
Loading…
Reference in a new issue