Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
kozakura913 committed Jul 13, 2023
1 parent b70196a commit c5f0a46
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/encoder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
use image::DynamicImage;
use libwebp_sys::*;

#[cfg(feature = "img")]
use image::*;

use crate::shared::*;

/// An encoder for WebP images. It uses the default configuration of libwebp.
Expand Down

0 comments on commit c5f0a46

Please sign in to comment.