- Remove a defined but not used definition of POINT_IN_RECT

svn path=/trunk/; revision=53775
This commit is contained in:
Giannis Adamopoulos 2011-09-20 15:21:29 +00:00
parent faff2536ea
commit cca6723c9a

View file

@ -14,8 +14,6 @@
DBG_DEFAULT_CHANNEL(UserWnd);
#define POINT_IN_RECT(p, r) (((r.bottom >= p.y) && (r.top <= p.y))&&((r.left <= p.x )&&( r.right >= p.x )))
/* HELPER FUNCTIONS ***********************************************************/
BOOL FASTCALL UserUpdateUiState(PWND Wnd, WPARAM wParam)