remove extra methods

This commit is contained in:
yggverse 2024-11-05 09:57:52 +02:00
parent e025961568
commit ef067fbb70
3 changed files with 1 additions and 9 deletions

View file

@ -103,10 +103,6 @@ impl Request {
&self.widget.gobject()
}
pub fn is_empty(&self) -> bool {
self.widget.is_empty()
}
pub fn text(&self) -> GString {
self.widget.text()
}