remove constructions not in use

This commit is contained in:
yggverse 2024-11-11 13:25:43 +02:00
parent 3d9ea1d54e
commit 89d0d13c42
4 changed files with 4 additions and 51 deletions

View file

@ -50,11 +50,4 @@ impl Load {
})
});
}
// Getters
/// Get reference to [SimpleAction](https://docs.gtk.org/gio/class.SimpleAction.html) GObject
pub fn gobject(&self) -> &SimpleAction {
&self.gobject
}
}