mirror of
https://github.com/servo/servo.git
synced 2025-08-02 04:00:32 +01:00
Remove glut port now that android glutin has landed.
This commit is contained in:
parent
15187cb451
commit
76c18473b1
26 changed files with 1 additions and 3000 deletions
|
@ -103,7 +103,7 @@ fn redirect_output(file_no: c_int) {
|
|||
#[cfg(target_os="android")]
|
||||
fn setup_logging() {
|
||||
use libc::consts::os::posix88::{STDERR_FILENO, STDOUT_FILENO};
|
||||
//os::setenv("RUST_LOG", "servo,gfx,msg,util,layers,js,glut,std,rt,extra");
|
||||
//os::setenv("RUST_LOG", "servo,gfx,msg,util,layers,js,std,rt,extra");
|
||||
redirect_output(STDERR_FILENO);
|
||||
redirect_output(STDOUT_FILENO);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue