Index: ui/views/controls/button/border_images.cc |
diff --git a/ui/views/controls/button/border_images.cc b/ui/views/controls/button/border_images.cc |
index 848a288c62e5c9513e58903f31d982547a2161a3..f881cce4282cb167d9b8c0384cbbd34a282ee52d 100644 |
--- a/ui/views/controls/button/border_images.cc |
+++ b/ui/views/controls/button/border_images.cc |
@@ -10,10 +10,6 @@ |
#include "ui/gfx/canvas.h" |
#include "ui/gfx/rect.h" |
-#define BORDER_IMAGES(x) x ## _TOP_LEFT, x ## _TOP, x ## _TOP_RIGHT, \ |
- x ## _LEFT, x ## _CENTER, x ## _RIGHT, \ |
- x ## _BOTTOM_LEFT, x ## _BOTTOM, x ## _BOTTOM_RIGHT, |
- |
namespace views { |
// static |