remove extra getters

This commit is contained in:
yggverse 2024-12-12 12:46:55 +02:00
parent 3e3f74dff6
commit 1497896f6d
3 changed files with 12 additions and 24 deletions

View file

@ -86,10 +86,4 @@ impl Status {
self.gobject.set_description(value);
self
}
// Getters
pub fn gobject(&self) -> &StatusPage {
&self.gobject
}
}