cyclelayouts: reimplementing patch to not require the NULL layout, addresses #331
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user