summaryrefslogtreecommitdiff
path: root/snow.c
diff options
context:
space:
mode:
Diffstat (limited to 'snow.c')
-rw-r--r--snow.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/snow.c b/snow.c
index 572ca26..ff3e176 100644
--- a/snow.c
+++ b/snow.c
@@ -25,10 +25,6 @@
#include <unistd.h>
#include <time.h>
-#ifndef nitems
-#define nitems(s) (sizeof(s) / sizeof((s)[0]))
-#endif
-
struct particle {
int x;
int y;