refactor(filemanager): remove awareness to ui behavior

This commit is contained in:
OJ Kwon 2018-03-30 12:06:31 -07:00
parent 4125b54c0d
commit f69b124444
No known key found for this signature in database
GPG key ID: 6C23A45602A44DA6
5 changed files with 1 additions and 71 deletions

View file

@ -37,8 +37,6 @@ extern crate servo_arc;
extern crate servo_config;
extern crate servo_url;
extern crate time;
#[cfg(any(target_os = "macos", target_os = "linux", target_os = "windows"))]
extern crate tinyfiledialogs;
extern crate unicase;
extern crate url;
extern crate uuid;