From a6601abece6aea3cad2051b5803a4df78ec6d6f6 Mon Sep 17 00:00:00 2001 From: Mysh! Date: Tue, 8 Oct 2019 15:49:48 +0800 Subject: [PATCH] Remove "first" bool It's unused --- grouplist.go | 1 - 1 file changed, 1 deletion(-) diff --git a/grouplist.go b/grouplist.go index b963f5b..7689835 100644 --- a/grouplist.go +++ b/grouplist.go @@ -7,7 +7,6 @@ type GroupList struct { idx int scrollbary int done bool - first bool skippedLineHeight int }