aboutsummaryrefslogtreecommitdiffstats
path: root/i_events.go
diff options
context:
space:
mode:
authorJoe <rbo@gmx.us>2024-01-15 20:20:20 +0100
committerJoe <rbo@gmx.us>2024-01-15 20:20:20 +0100
commitde8d836c2fd4c71a905356f17897e6781ccec666 (patch)
tree6169dbf6793bfff0246b612fedb2e3af4789977b /i_events.go
parentmap (diff)
downloadhardflip-de8d836c2fd4c71a905356f17897e6781ccec666.tar.gz
hardflip-de8d836c2fd4c71a905356f17897e6781ccec666.tar.bz2
hardflip-de8d836c2fd4c71a905356f17897e6781ccec666.tar.xz
hardflip-de8d836c2fd4c71a905356f17897e6781ccec666.tar.zst
hardflip-de8d836c2fd4c71a905356f17897e6781ccec666.zip
cleaner
Diffstat (limited to 'i_events.go')
-rw-r--r--i_events.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/i_events.go b/i_events.go
index acd8e96..ccc35b8 100644
--- a/i_events.go
+++ b/i_events.go
@@ -89,7 +89,6 @@ func i_unfold_dir(data *HardData, item *ItemsNode) {
if fold == nil {
return
}
- // after := item.next
start, end := fold.head, fold.last
// last empty dir
if start == nil && end == nil {
@@ -133,7 +132,6 @@ func i_fold_dir(data *HardData, item *ItemsNode) {
if item == nil || item.Dirs == nil {
return
}
- // var start, end, after *ItemsNode
var start, end *ItemsNode
start = item.next
// last dir + empty