mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-26 09:58:20 +01:00
remove mistaken assert
This commit is contained in:
parent
9e8496c429
commit
9b2eb9273c
1 changed files with 0 additions and 1 deletions
|
@ -2490,7 +2490,6 @@ WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)
|
|||
} else {
|
||||
/* XP_LOGF( "%s: event=%s (%d)", __func__, messageToStr(message), message ); */
|
||||
globals = (CEAppGlobals*)GetWindowLongPtr( hWnd, GWL_USERDATA );
|
||||
XP_ASSERT( !!globals );
|
||||
|
||||
switch (message) {
|
||||
|
||||
|
|
Loading…
Reference in a new issue