Remove the duplicatd map

This commit is contained in:
syuilo 2018-03-09 02:04:55 +09:00
parent efb09a7662
commit 58e4326ebc
1 changed files with 0 additions and 15 deletions

View File

@ -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',