From 6c8f751e2c021abe4efc4d5fff394b5c9499e1d0 Mon Sep 17 00:00:00 2001 From: Kharec Date: Fri, 14 Nov 2025 22:38:06 +0100 Subject: [PATCH] clean: didn't use those --- drop4.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/drop4.c b/drop4.c index 341aa3a..b5c2f5d 100644 --- a/drop4.c +++ b/drop4.c @@ -11,11 +11,6 @@ #define P1 1 #define P2 2 #define WIN_LENGTH 4 - -#define DIR_HORIZONTAL 0 -#define DIR_VERTICAL 1 -#define DIR_DIAG_DOWN 2 -#define DIR_DIAG_UP 3 #define NUM_DIRECTIONS 4 typedef struct {