remove another unused import (in the classic case of dev by CI)

This commit is contained in:
Corwin 2022-10-09 17:21:21 +01:00
parent fb08d7e208
commit 6d7bc75bbb

View file

@ -3,7 +3,7 @@
use agb::{ use agb::{
display::{ display::{
affine::{AffineMatrix, AffineMatrixBackground}, affine::AffineMatrixBackground,
tiled::{AffineBackgroundSize, TileFormat, TileSet, TiledMap}, tiled::{AffineBackgroundSize, TileFormat, TileSet, TiledMap},
Priority, Priority,
}, },