mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-11-16 07:48:07 +01:00
cleanup
This commit is contained in:
parent
2ebb3fc8df
commit
40d9c99ecb
1 changed files with 0 additions and 4 deletions
|
@ -85,7 +85,6 @@ BlankDlg(HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam)
|
|||
{
|
||||
BlankDialogState* bState;
|
||||
XP_U16 id;
|
||||
XP_UCHAR ch;
|
||||
|
||||
if ( message == WM_INITDIALOG ) {
|
||||
SetWindowLong( hDlg, GWL_USERDATA, lParam );
|
||||
|
@ -106,9 +105,6 @@ BlankDlg(HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam)
|
|||
|
||||
loadLettersList( hDlg, bState );
|
||||
} else {
|
||||
XP_UCHAR4* texts;
|
||||
XP_U16 i;
|
||||
|
||||
bState = (BlankDialogState*)GetWindowLong( hDlg, GWL_USERDATA );
|
||||
|
||||
switch (message) {
|
||||
|
|
Loading…
Reference in a new issue