From 884b54a626213f21085f8b913e052b49f8c5fd54 Mon Sep 17 00:00:00 2001 From: Michal Mieczkowski Date: Sat, 15 Jun 2019 11:57:32 +0200 Subject: [PATCH] Remove unneeded clipboard import. --- ports/glutin/main2.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/ports/glutin/main2.rs b/ports/glutin/main2.rs index 8f3a1b4fda0..496c0515e19 100644 --- a/ports/glutin/main2.rs +++ b/ports/glutin/main2.rs @@ -2,7 +2,6 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at https://mozilla.org/MPL/2.0/. */ -extern crate clipboard; #[macro_use] extern crate lazy_static; #[macro_use]