mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-23 00:01:34 +11:00
remove unused method
This commit is contained in:
parent
95c4368df6
commit
748f061856
|
@ -63,10 +63,6 @@ impl GameState {
|
|||
}
|
||||
}
|
||||
|
||||
pub fn level_text(&self) -> &str {
|
||||
self.level.name
|
||||
}
|
||||
|
||||
pub fn create_simulation(&self, sfx: &mut Sfx, loader: &mut SpriteLoader) -> Simulation {
|
||||
Simulation::generate(
|
||||
self.item_states
|
||||
|
|
Loading…
Reference in a new issue