mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +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 mod azure::azure_hl;
|
||||||
use azure::azure_hl::DrawTarget;
|
use azure::azure_hl::DrawTarget;
|
||||||
use azure::cairo;
|
use azure::cairo;
|
||||||
|
@ -15,10 +12,9 @@ use ShareGlContext = sharegl::platform::Context;
|
||||||
use std::cmp::FuzzyEq;
|
use std::cmp::FuzzyEq;
|
||||||
use task::TaskBuilder;
|
use task::TaskBuilder;
|
||||||
use vec::push;
|
use vec::push;
|
||||||
|
|
||||||
use pipes::Chan;
|
use pipes::Chan;
|
||||||
|
|
||||||
type OSMain = comm::Chan<Msg>;
|
pub type OSMain = comm::Chan<Msg>;
|
||||||
|
|
||||||
// FIXME: Move me over to opts.rs.
|
// FIXME: Move me over to opts.rs.
|
||||||
enum Mode {
|
enum Mode {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue