Load the c64 font as a raw bitmap without using the image crate.
[mandelwow.git] / lib.rs
diff --git a/lib.rs b/lib.rs
index eba89b1fb1b776a6702cb365e392fa672c037b69..a15ea2b86979c6e8ebd6a73fc1c72468b00362f1 100644 (file)
--- a/lib.rs
+++ b/lib.rs
@@ -31,5 +31,5 @@ pub fn screenshot(display : &glium::Display) {
 }
 
 #[cfg(not(feature = "image"))]
-pub fn screenshot(display : &glium::Display) {
+pub fn screenshot(_ : &glium::Display) {
 }