summaryrefslogtreecommitdiffstats
path: root/include/pttstruct.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/pttstruct.h')
-rw-r--r--include/pttstruct.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/pttstruct.h b/include/pttstruct.h
index 8837f814..05025248 100644
--- a/include/pttstruct.h
+++ b/include/pttstruct.h
@@ -608,11 +608,6 @@ typedef struct {
int r, c;
} rc_t;
-#define BRD_ROW 10
-#define BRD_COL 9
-
-typedef int board_t[BRD_ROW][BRD_COL];
-
/* name.c 中運用的資料結構 */
typedef struct word_t {
char *word;