diff options
| author | verdant <im@verdant.ee> | 2026-06-28 02:57:05 +0800 |
|---|---|---|
| committer | verdant <im@verdant.ee> | 2026-06-28 02:57:05 +0800 |
| commit | 211abfc7f66d0dbe8cdf3dabce2bac55ed5a700f (patch) | |
| tree | a983dfbc1504a7367294f413387be290c1f36a47 | |
| parent | c2cc936d8890f20378d0ffc732b7f656237d2a1e (diff) | |
| download | cgol-211abfc7f66d0dbe8cdf3dabce2bac55ed5a700f.tar.gz cgol-211abfc7f66d0dbe8cdf3dabce2bac55ed5a700f.zip | |
Remove unused array
| -rw-r--r-- | main.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -17,8 +17,6 @@ #define COLOR 0x9AC2B3 #define EMPTY_COLOR 0x000000 -static const int dx[], dy[] = {-1, 0, 1}; - typedef struct pedi { int **matrix; int width, height; |
