From 79eac66d3912c7225b8bb0704d52127da23dc8a3 Mon Sep 17 00:00:00 2001
From: syuilo <Syuilotan@yahoo.co.jp>
Date: Sat, 20 Jan 2024 10:02:09 +0900
Subject: [PATCH] tweak reversi map

---
 packages/misskey-reversi/src/maps.ts | 23 -----------------------
 1 file changed, 23 deletions(-)

diff --git a/packages/misskey-reversi/src/maps.ts b/packages/misskey-reversi/src/maps.ts
index c0fbae16ba..ac57fbb72f 100644
--- a/packages/misskey-reversi/src/maps.ts
+++ b/packages/misskey-reversi/src/maps.ts
@@ -680,29 +680,6 @@ export const dealWithIt: Map = {
 	],
 };
 
-export const bigBoard: Map = {
-	name: 'Big board',
-	category: 'Special',
-	data: [
-		'----------------',
-		'----------------',
-		'----------------',
-		'----------------',
-		'----------------',
-		'----------------',
-		'----------------',
-		'-------wb-------',
-		'-------bw-------',
-		'----------------',
-		'----------------',
-		'----------------',
-		'----------------',
-		'----------------',
-		'----------------',
-		'----------------',
-	],
-};
-
 export const twoBoard: Map = {
 	name: 'Two board',
 	category: 'Special',