Remove some unused gfx code.

This commit is contained in:
Ms2ger 2016-10-28 14:31:33 +02:00
parent 793ac2ca77
commit fdf9312f2b
3 changed files with 0 additions and 2260 deletions

View file

@ -88,14 +88,6 @@ extern crate util;
extern crate webrender_traits;
extern crate xi_unicode;
pub use paint_context::PaintContext;
// Misc.
mod filters;
// Private painting modules
mod paint_context;
#[deny(unsafe_code)]
pub mod display_list;