Get rid of unused macro_use

This commit is contained in:
Joonas Javanainen 2017-03-17 20:58:06 +02:00
parent 201645ef69
commit b0cc299279
No known key found for this signature in database
GPG Key ID: D39CCA5CB19B9179
4 changed files with 0 additions and 5 deletions

View File

@ -1,4 +1,3 @@
#[macro_use]
extern crate glium;
#[macro_use]
extern crate imgui;

View File

@ -1,6 +1,4 @@
#[macro_use]
extern crate glium;
#[macro_use]
extern crate imgui;
extern crate imgui_glium_renderer;

View File

@ -1,4 +1,3 @@
#[macro_use]
extern crate glium;
#[macro_use]
extern crate imgui;

View File

@ -4,7 +4,6 @@
extern crate bitflags;
#[cfg(feature = "glium")]
#[macro_use]
extern crate glium;
use std::convert::From;