remove superfluous layout

This commit is contained in:
Luca Bilke 2024-02-06 10:25:06 +01:00
parent 272ec7263b
commit 23be0267b1
No known key found for this signature in database
GPG Key ID: B753481DA0B6FA47
1 changed files with 0 additions and 1 deletions

View File

@ -236,7 +236,6 @@ static const Layout layouts[] = {
{ "[\\]", flextile, { -1, -1, NO_SPLIT, DWINDLE, DWINDLE, 0, NULL } }, // fibonacci dwindle
{ "(@)", flextile, { -1, -1, NO_SPLIT, SPIRAL, SPIRAL, 0, NULL } }, // fibonacci spiral
{ "[T]", flextile, { -1, -1, SPLIT_VERTICAL, LEFT_TO_RIGHT, TATAMI, 0, NULL } }, // tatami mats
{ "[M]", monocle, {0} },
};