mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-01-15 09:10:08 +00:00
remove extra method used in previous construction
This commit is contained in:
parent
26e0a35d94
commit
d1a1b5c01a
@ -29,8 +29,6 @@ impl List {
|
|||||||
// Init model
|
// Init model
|
||||||
let list_store = ListStore::new::<Item>();
|
let list_store = ListStore::new::<Item>();
|
||||||
|
|
||||||
list_store.remove_all();
|
|
||||||
|
|
||||||
list_store.append(&Item::new_guest_session());
|
list_store.append(&Item::new_guest_session());
|
||||||
list_store.append(&Item::new_generate_pem());
|
list_store.append(&Item::new_generate_pem());
|
||||||
list_store.append(&Item::new_import_pem());
|
list_store.append(&Item::new_import_pem());
|
||||||
|
Loading…
x
Reference in New Issue
Block a user