From bfc6e7a122d7cb9686823af6516a450f18222c28 Mon Sep 17 00:00:00 2001 From: Joe Date: Thu, 18 Jan 2024 20:20:20 +0100 Subject: nobody will every see this --- c_hardflip.go | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to 'c_hardflip.go') diff --git a/c_hardflip.go b/c_hardflip.go index 0ec601a..e4aec6c 100644 --- a/c_hardflip.go +++ b/c_hardflip.go @@ -64,15 +64,5 @@ type HardData struct { func main() { data_dir := c_get_data_dir() opts := HardOpts{true, true, false, ""} - ldirs := c_load_data_dir(data_dir, opts) - litems := c_load_litems(ldirs) - data := HardData{ - litems, - ldirs, - HardUI{}, - opts, - data_dir, - make(map[*DirsNode]*ItemsList), - } - i_ui(&data) + i_ui(data_dir, opts) } -- cgit v1.2.3