From 58e4326ebcdc54f19a6626c01df1e6a6dc78f337 Mon Sep 17 00:00:00 2001 From: syuilo Date: Fri, 9 Mar 2018 02:04:55 +0900 Subject: [PATCH] Remove the duplicatd map --- src/common/othello/maps.ts | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/src/common/othello/maps.ts b/src/common/othello/maps.ts index 1c9ddc8677..e587b584c7 100644 --- a/src/common/othello/maps.ts +++ b/src/common/othello/maps.ts @@ -170,21 +170,6 @@ export const circle: Map = { ' -- ' }; -export const dice: Map = { - name: 'Dice', - category: '8x8', - size: 8, - data: - '--------' + - '- -- -' + - '- -- -' + - '---wb---' + - '---bw---' + - '- -- -' + - '- -- -' + - '--------' -}; - export const face: Map = { name: 'Face', category: '8x8',