diff --git a/src/common/othello/maps.ts b/src/common/othello/maps.ts index 1c9ddc867..e587b584c 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',