Remove unused 'use'

This commit is contained in:
Thinkofname 2016-04-03 00:44:45 +01:00
parent 9c30d8f971
commit 6f708d35f2
1 changed files with 0 additions and 1 deletions

View File

@ -76,7 +76,6 @@ impl TextBox {
height: f64,
delta: f64)
-> &Vec<u8> {
use std::mem;
if self.dirty || self.focused || self.was_focused {
self.was_focused = self.focused;
self.data.clear();