Skip to content
Snippets Groups Projects
Commit 1b703025 authored by alexdevteam's avatar alexdevteam
Browse files

Remove unused imports

parent 292b9dc0
No related branches found
No related tags found
No related merge requests found
......@@ -54,9 +54,7 @@ macro_rules! parse_tag {
use std::{
collections::HashMap,
fs::File,
io::{BufReader, Read},
path::Path,
};
pub(crate) use get_attrs;
......@@ -67,8 +65,6 @@ use crate::{
animation::Frame,
error::TiledError,
layers::{Chunk, LayerData, LayerTile},
map::Map,
tileset::Tileset,
};
pub(crate) fn parse_animation<R: Read>(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment