mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
remove extra method used in previous construction
This commit is contained in:
parent
26e0a35d94
commit
d1a1b5c01a
1 changed files with 0 additions and 2 deletions
|
|
@ -29,8 +29,6 @@ impl List {
|
|||
// Init model
|
||||
let list_store = ListStore::new::<Item>();
|
||||
|
||||
list_store.remove_all();
|
||||
|
||||
list_store.append(&Item::new_guest_session());
|
||||
list_store.append(&Item::new_generate_pem());
|
||||
list_store.append(&Item::new_import_pem());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue