aboutsummaryrefslogtreecommitdiffstats
path: root/c_init.go
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--c_init.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/c_init.go b/c_init.go
index 2fd9033..dae6941 100644
--- a/c_init.go
+++ b/c_init.go
@@ -59,7 +59,6 @@ import (
type HardOpts struct {
Icon bool
Loop bool
- FoldAll bool
}
// this function recurses into the specified root directory in order to load
@@ -77,7 +76,7 @@ func c_recurse_data_dir(dir, root string, opts HardOpts,
parent,
depth,
&HostList{},
- opts.FoldAll,
+ false,
nil,
}
ldirs.add_back(&dir_node)