remove some unused bits

This commit is contained in:
2020-07-01 14:23:39 +01:00
parent 71ce6e7334
commit 3802ccfe93
2 changed files with 1 additions and 15 deletions

View File

@@ -849,7 +849,6 @@ mod test {
use crate::game::{Version, Game};
use crate::text::{TextDirection, Font};
use crate::tile::Tile;
use crate::room::Room;
#[test]
fn test_game_from_string() {