Update to glium 0.25.1
[mandelwow.git] / text.rs
diff --git a/text.rs b/text.rs
index c341959c55beb7ab678969f57b45c821e0c1c1bd..3d5d73cfcf92688095d43f2fb30c7e1d2512887a 100644 (file)
--- a/text.rs
+++ b/text.rs
@@ -22,7 +22,6 @@ where
 
 #[cfg(feature = "image")]
 fn c64_font() -> (u32, u32, Vec<u8>) {
 
 #[cfg(feature = "image")]
 fn c64_font() -> (u32, u32, Vec<u8>) {
-    use image;
     let image = image::load_from_memory_with_format(
         &include_bytes!("textures/c64-font.png")[..],
         image::PNG,
     let image = image::load_from_memory_with_format(
         &include_bytes!("textures/c64-font.png")[..],
         image::PNG,