From 79add821690921dad58d6fe88a28cb453ccecc30 Mon Sep 17 00:00:00 2001 From: Keegan McAllister Date: Tue, 29 Oct 2013 15:57:47 -0700 Subject: [PATCH] Warning police --- azure_hl.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/azure_hl.rs b/azure_hl.rs index 5dde74c..97842a0 100644 --- a/azure_hl.rs +++ b/azure_hl.rs @@ -33,7 +33,6 @@ use geom::matrix2d::Matrix2D; use geom::point::Point2D; use geom::rect::Rect; use geom::size::Size2D; -use gl = opengles::gl2; use layers::platform::surface::{NativeGraphicsMetadata, NativePaintingGraphicsContext}; use std::libc::types::common::c99::{uint8_t, uint16_t}; use std::libc::size_t;