cyclelayouts: reimplementing patch to not require the NULL layout, addresses #331

This commit is contained in:
bakkeby
2023-01-29 22:13:50 +01:00
parent 954e60b735
commit f713ddee39
2 changed files with 6 additions and 20 deletions

View File

@@ -704,9 +704,6 @@ static const Layout layouts[] = {
#if NROWGRID_LAYOUT
{ "###", nrowgrid, {0} },
#endif
#if CYCLELAYOUTS_PATCH
{ NULL, NULL, {0} },
#endif
};
#else
static const Layout layouts[] = {
@@ -754,9 +751,6 @@ static const Layout layouts[] = {
#if NROWGRID_LAYOUT
{ "###", nrowgrid },
#endif
#if CYCLELAYOUTS_PATCH
{ NULL, NULL },
#endif
};
#endif // FLEXTILE_DELUXE_LAYOUT