summaryrefslogtreecommitdiff
path: root/apps/plugins/invadrox.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/invadrox.c')
-rw-r--r--apps/plugins/invadrox.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/apps/plugins/invadrox.c b/apps/plugins/invadrox.c
index d07bf2878b..d424f1f4cb 100644
--- a/apps/plugins/invadrox.c
+++ b/apps/plugins/invadrox.c
@@ -167,11 +167,6 @@ PLUGIN_HEADER
167#define UNUSED __attribute__ ((unused)) 167#define UNUSED __attribute__ ((unused))
168#endif 168#endif
169 169
170#ifndef ABS
171#define ABS(x) (((x) < 0) ? (-(x)) : (x))
172#endif
173
174
175/* Defines common to all models */ 170/* Defines common to all models */
176#define UFO_Y (SCORENUM_Y + FONT_HEIGHT + ALIEN_HEIGHT) 171#define UFO_Y (SCORENUM_Y + FONT_HEIGHT + ALIEN_HEIGHT)
177#define PLAYFIELD_Y (LCD_HEIGHT - SHIP_HEIGHT - 2) 172#define PLAYFIELD_Y (LCD_HEIGHT - SHIP_HEIGHT - 2)