diff options
Diffstat (limited to 'apps/plugins/spacerocks.c')
-rw-r--r-- | apps/plugins/spacerocks.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/plugins/spacerocks.c b/apps/plugins/spacerocks.c index 7ceec16372..32d48862ae 100644 --- a/apps/plugins/spacerocks.c +++ b/apps/plugins/spacerocks.c | |||
@@ -246,8 +246,6 @@ PLUGIN_HEADER | |||
246 | #endif | 246 | #endif |
247 | #endif | 247 | #endif |
248 | 248 | ||
249 | #define ABS(x) ((x)>0?(x):-(x)) | ||
250 | |||
251 | #define RES MAX(LCD_WIDTH, LCD_HEIGHT) | 249 | #define RES MAX(LCD_WIDTH, LCD_HEIGHT) |
252 | #define LARGE_LCD RES >= 200 | 250 | #define LARGE_LCD RES >= 200 |
253 | #define ENEMY_MISSILE_SURVIVAL_LENGTH RES/2 | 251 | #define ENEMY_MISSILE_SURVIVAL_LENGTH RES/2 |