Remove now unused id field for frame tree.

This commit is contained in:
Glenn Watson 2015-03-11 13:41:55 +10:00
parent e581648c75
commit ec91fa2cfd
2 changed files with 6 additions and 30 deletions

View file

@ -5,7 +5,7 @@
//! Communication with the compositor task.
pub use windowing;
pub use constellation::{FrameId, SendableFrameTree};
pub use constellation::SendableFrameTree;
use compositor;
use headless;