X-Git-Url: https://codewiz.org/gitweb?p=mandelwow.git;a=blobdiff_plain;f=lib.rs;h=a15ea2b86979c6e8ebd6a73fc1c72468b00362f1;hp=eba89b1fb1b776a6702cb365e392fa672c037b69;hb=2b40ae7b37cf23dcce1561c33e254e6d60d03ad5;hpb=5466a1137a9a4b27a99b83c45c0b337775bacf7c diff --git a/lib.rs b/lib.rs index eba89b1..a15ea2b 100644 --- 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) { }