From 595d64912ef694adfbfb5a99946cbb63b9cd8328 Mon Sep 17 00:00:00 2001 From: Corwin Date: Mon, 1 Aug 2022 22:50:31 +0100 Subject: [PATCH] remove unused import --- book/src/pong/03_sprites.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/src/pong/03_sprites.md b/book/src/pong/03_sprites.md index b97cd526..77df0726 100644 --- a/book/src/pong/03_sprites.md +++ b/book/src/pong/03_sprites.md @@ -53,7 +53,7 @@ The aseprite file defines tags for these sprites, being "Paddle End", "Paddle Mi ```rust use agb::{include_aseprite, - display::object::{Graphics, ObjectController, Tag} + display::object::{Graphics, Tag} }; // Import the sprites in to this constant. This holds the sprite