remove mistaken assert

This commit is contained in:
ehouse 2009-12-27 00:49:13 +00:00
parent 9e8496c429
commit 9b2eb9273c

View file

@ -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) {