diff options
author | Joe <rbo@gmx.us> | 2023-12-21 20:20:20 +0100 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2023-12-21 20:20:20 +0100 |
commit | 803ea382f7ccbf3df0604974858f0213a2a27ef9 (patch) | |
tree | 70defc7c7d84171b5ecbf64473e245d674760013 /i_ui.go | |
parent | yesno (diff) | |
download | hardflip-803ea382f7ccbf3df0604974858f0213a2a27ef9.tar.gz hardflip-803ea382f7ccbf3df0604974858f0213a2a27ef9.tar.bz2 hardflip-803ea382f7ccbf3df0604974858f0213a2a27ef9.tar.xz hardflip-803ea382f7ccbf3df0604974858f0213a2a27ef9.tar.zst hardflip-803ea382f7ccbf3df0604974858f0213a2a27ef9.zip |
clean list delete
Diffstat (limited to '')
-rw-r--r-- | i_ui.go | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -151,7 +151,6 @@ func i_draw_zhosts_box(ui HardUI) { } func i_draw_delete_box(ui HardUI, host *HostNode) { - // file_path := data.data_dir + "/" + host.Folder + host.Filename text := "Really delete this host?" file := host.Folder + host.Filename max_len := len(text) @@ -205,10 +204,6 @@ func i_draw_delete_box(ui HardUI, host *HostNode) { i_draw_text(ui.s, left + 7, top, right, top, ui.def_style, "o") - // if err := os.Remove(file_path); err != nil { - // c_die("can't remove " + file_path, err) - // } - // i_reload_data(data, sel, sel_max) } func i_host_panel(ui HardUI, lhost *HostList) { |