user32/tests: Remove unused SAME macro.
This commit is contained in:
parent
7433eb76b5
commit
bb902d6810
|
@ -28,7 +28,6 @@
|
|||
#include "winerror.h"
|
||||
|
||||
#define MODIFIED(rect) (rect.left == 10 && rect.right != 100 && rect.top == 10 && rect.bottom != 100)
|
||||
#define SAME(rect) (rect.left = 10 && rect.right == 100 && rect.top == 10 && rect.bottom == 100)
|
||||
#define EMPTY(rect) (rect.left == rect.right && rect.bottom == rect.top)
|
||||
|
||||
static void test_DrawTextCalcRect(void)
|
||||
|
|
Loading…
Reference in New Issue