diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2013-03-08 06:00:00 -0500 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2013-03-08 06:00:00 -0500 |
commit | aaae3d8eefa069098e9014822817ca1429fdea46 (patch) | |
tree | 4bd63b50836965e8179747cb687727bbabcbd6c0 | |
parent | 5feda20fc39407879993ed4a6d861ef7f78d9432 (diff) |
Remove unused macro
-rw-r--r-- | pixman/pixman-mmx.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/pixman/pixman-mmx.c b/pixman/pixman-mmx.c index ca2ac83d..14790c02 100644 --- a/pixman/pixman-mmx.c +++ b/pixman/pixman-mmx.c @@ -44,8 +44,6 @@ #include "pixman-combine32.h" #include "pixman-inlines.h" -#define no_vERBOSE - #ifdef VERBOSE #define CHECKPOINT() error_f ("at %s %d\n", __FUNCTION__, __LINE__) #else |