diff options
author | Drew DeVault <sir@cmpwn.com> | 2019-01-13 15:27:56 -0500 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2019-01-13 15:27:56 -0500 |
commit | 257affcd4841b8f595a4a13cdb0fd2a1a2dd0faa (patch) | |
tree | bf46de891839f66f262ba7d977c22488eaf756f7 /lib/ui/grid.go | |
parent | 24196d2c6fecae4b6bb52dfec14ac9d7e4bd40d4 (diff) | |
download | aerc-257affcd4841b8f595a4a13cdb0fd2a1a2dd0faa.tar.gz |
Revert "Add abstract list, update dirlist accordingly"
This reverts commit 3157897c1a20e5638feaf56e753b7886bc4ba267.
Diffstat (limited to 'lib/ui/grid.go')
-rw-r--r-- | lib/ui/grid.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/ui/grid.go b/lib/ui/grid.go index 5fe6ab24..3c375ee3 100644 --- a/lib/ui/grid.go +++ b/lib/ui/grid.go @@ -5,7 +5,6 @@ import ( "math" ) -// A container which arranges its children on a grid. type Grid struct { rows []GridSpec rowLayout []gridLayout |