mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Remove exports in osmain
This commit is contained in:
parent
fa91fbdb76
commit
e09f05d411
1 changed files with 1 additions and 5 deletions
|
@ -1,6 +1,3 @@
|
|||
export OSMain;
|
||||
export Msg, BeginDrawing, Draw, AddKeyHandler, Exit;
|
||||
|
||||
use mod azure::azure_hl;
|
||||
use azure::azure_hl::DrawTarget;
|
||||
use azure::cairo;
|
||||
|
@ -15,10 +12,9 @@ use ShareGlContext = sharegl::platform::Context;
|
|||
use std::cmp::FuzzyEq;
|
||||
use task::TaskBuilder;
|
||||
use vec::push;
|
||||
|
||||
use pipes::Chan;
|
||||
|
||||
type OSMain = comm::Chan<Msg>;
|
||||
pub type OSMain = comm::Chan<Msg>;
|
||||
|
||||
// FIXME: Move me over to opts.rs.
|
||||
enum Mode {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue