anvil: remove unused imports

This commit is contained in:
Victor Berger 2020-05-02 12:37:18 +02:00 committed by Victor Berger
parent 28166ce002
commit 743a80c004
1 changed files with 1 additions and 4 deletions

View File

@ -4,9 +4,6 @@ use std::{
sync::{Arc, Mutex}, sync::{Arc, Mutex},
}; };
use bitflags::bitflags;
use rand;
use smithay::{ use smithay::{
reexports::{ reexports::{
wayland_protocols::xdg_shell::server::xdg_toplevel, wayland_protocols::xdg_shell::server::xdg_toplevel,
@ -101,7 +98,7 @@ impl PointerGrab for MoveSurfaceGrab {
} }
} }
bitflags! { bitflags::bitflags! {
struct ResizeEdge: u32 { struct ResizeEdge: u32 {
const NONE = 0; const NONE = 0;
const TOP = 1; const TOP = 1;