From 2601e660db5ffb7a57e2496c24f9bbb52a0158f3 Mon Sep 17 00:00:00 2001 From: Joe Date: Thu, 1 Feb 2024 20:20:20 +0100 Subject: conf --- src/c_hardflip.go | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) (limited to 'src/c_hardflip.go') diff --git a/src/c_hardflip.go b/src/c_hardflip.go index e4eec84..68e4f10 100644 --- a/src/c_hardflip.go +++ b/src/c_hardflip.go @@ -43,7 +43,7 @@ * POSSIBILITY OF SUCH DAMAGE. * * hardflip: src/c_hardflip.go - * Wed Jan 31 15:23:27 2024 + * Thu Feb 01 14:53:19 2024 * Joe * * the main @@ -63,14 +63,6 @@ type HardData struct { } func main() { - c_get_options(c_get_conf_dir(nil)) data_dir := c_get_data_dir(nil) - opts := HardOpts{ - true, - true, - "6FF3AD08C158D2E163B77CFA0EAB41FC2D9F762A", - false, - "", - } - i_ui(data_dir, opts) + i_ui(data_dir) } -- cgit v1.2.3