From 6d7bc75bbb71b87b5ddeeff4da895f826ffd77a4 Mon Sep 17 00:00:00 2001 From: Corwin Date: Sun, 9 Oct 2022 17:21:21 +0100 Subject: [PATCH] remove another unused import (in the classic case of dev by CI) --- agb/examples/affine_background.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agb/examples/affine_background.rs b/agb/examples/affine_background.rs index e5d64d09..69b63032 100644 --- a/agb/examples/affine_background.rs +++ b/agb/examples/affine_background.rs @@ -3,7 +3,7 @@ use agb::{ display::{ - affine::{AffineMatrix, AffineMatrixBackground}, + affine::AffineMatrixBackground, tiled::{AffineBackgroundSize, TileFormat, TileSet, TiledMap}, Priority, },