mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-29 08:34:37 +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 );
|
SetWindowLong( hDlg, GWL_USERDATA, lParam );
|
||||||
bState = (BlankDialogState*)lParam;
|
bState = (BlankDialogState*)lParam;
|
||||||
|
|
||||||
positionDlg( hDlg );
|
|
||||||
|
|
||||||
#ifdef FEATURE_TRAY_EDIT
|
#ifdef FEATURE_TRAY_EDIT
|
||||||
if ( bState->pi->why == PICK_FOR_CHEAT ) {
|
if ( bState->pi->why == PICK_FOR_CHEAT ) {
|
||||||
showCurTray( hDlg, bState );
|
showCurTray( hDlg, bState );
|
||||||
|
|
Loading…
Add table
Reference in a new issue