This commit is contained in:
ehouse 2004-01-06 15:54:18 +00:00
parent b1cdff2fcf
commit c128e652ef

View file

@ -85,7 +85,6 @@ BlankDlg(HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam)
{ {
BlankDialogState* bState; BlankDialogState* bState;
XP_U16 id; XP_U16 id;
XP_UCHAR ch;
if ( message == WM_INITDIALOG ) { if ( message == WM_INITDIALOG ) {
SetWindowLong( hDlg, GWL_USERDATA, lParam ); SetWindowLong( hDlg, GWL_USERDATA, lParam );
@ -106,9 +105,6 @@ BlankDlg(HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam)
loadLettersList( hDlg, bState ); loadLettersList( hDlg, bState );
} else { } else {
XP_UCHAR4* texts;
XP_U16 i;
bState = (BlankDialogState*)GetWindowLong( hDlg, GWL_USERDATA ); bState = (BlankDialogState*)GetWindowLong( hDlg, GWL_USERDATA );
switch (message) { switch (message) {