mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 09:05:27 +00:00
remove deprecated method
This commit is contained in:
parent
12fa47f8f9
commit
7b2c07ac45
2 changed files with 1 additions and 5 deletions
|
|
@ -47,7 +47,7 @@ impl Navigation {
|
|||
home.gobject(),
|
||||
history.gobject(),
|
||||
reload.gobject(),
|
||||
request.gobject(),
|
||||
request.widget().gobject(),
|
||||
bookmark.gobject(),
|
||||
);
|
||||
|
||||
|
|
|
|||
|
|
@ -9,7 +9,6 @@ use gtk::{
|
|||
gio::SimpleAction,
|
||||
glib::{Uri, UriFlags},
|
||||
prelude::EditableExt,
|
||||
Entry,
|
||||
};
|
||||
use sqlite::Transaction;
|
||||
use std::rc::Rc;
|
||||
|
|
@ -96,9 +95,6 @@ impl Request {
|
|||
}
|
||||
|
||||
// Getters
|
||||
pub fn gobject(&self) -> &Entry {
|
||||
self.widget.gobject()
|
||||
}
|
||||
|
||||
pub fn widget(&self) -> &Rc<Widget> {
|
||||
&self.widget
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue