remove extra member

This commit is contained in:
yggverse 2025-01-27 16:10:36 +02:00
parent 1c98178f67
commit 6db928afee

View file

@ -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,