Skip to content

Commit

Permalink
Removes redundant imports on drawparam.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
TrveFenris committed Dec 17, 2020
1 parent 4c4a485 commit b7d2392
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/graphics/drawparam.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
use crate::graphics::*;

use mint;

/// A struct containing all the necessary info for drawing a [`Drawable`](trait.Drawable.html).
///
/// This struct implements the `Default` trait, so to set only some parameter
Expand Down

0 comments on commit b7d2392

Please sign in to comment.