From 257affcd4841b8f595a4a13cdb0fd2a1a2dd0faa Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Sun, 13 Jan 2019 15:27:56 -0500 Subject: Revert "Add abstract list, update dirlist accordingly" This reverts commit 3157897c1a20e5638feaf56e753b7886bc4ba267. --- lib/ui/grid.go | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/ui/grid.go') diff --git a/lib/ui/grid.go b/lib/ui/grid.go index 5fe6ab2..3c375ee 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 -- cgit v1.2.3