mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 17:15:28 +00:00
remove extra member
This commit is contained in:
parent
1c98178f67
commit
6db928afee
1 changed files with 0 additions and 2 deletions
|
|
@ -19,7 +19,6 @@ const MARGIN: i32 = 6;
|
||||||
const SPACING: i32 = 6;
|
const SPACING: i32 = 6;
|
||||||
|
|
||||||
pub struct Navigation {
|
pub struct Navigation {
|
||||||
pub profile: Rc<Profile>,
|
|
||||||
pub home: Button,
|
pub home: Button,
|
||||||
pub reload: Button,
|
pub reload: Button,
|
||||||
pub bookmark: Button,
|
pub bookmark: Button,
|
||||||
|
|
@ -59,7 +58,6 @@ impl Navigation {
|
||||||
g_box.append(&bookmark);
|
g_box.append(&bookmark);
|
||||||
|
|
||||||
Self {
|
Self {
|
||||||
profile: profile.clone(),
|
|
||||||
home,
|
home,
|
||||||
request,
|
request,
|
||||||
reload,
|
reload,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue