summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2018-03-09 02:04:55 +0900
committersyuilo <syuilotan@yahoo.co.jp>2018-03-09 02:04:55 +0900
commit58e4326ebcdc54f19a6626c01df1e6a6dc78f337 (patch)
tree71a5413beef98bf1df40b1bf08b6760c9a809f98 /src
parentv4030 (diff)
downloadmisskey-58e4326ebcdc54f19a6626c01df1e6a6dc78f337.tar.gz
misskey-58e4326ebcdc54f19a6626c01df1e6a6dc78f337.tar.bz2
misskey-58e4326ebcdc54f19a6626c01df1e6a6dc78f337.zip
Remove the duplicatd map
Diffstat (limited to 'src')
-rw-r--r--src/common/othello/maps.ts15
1 files changed, 0 insertions, 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',