mirror of
https://github.com/servo/servo.git
synced 2025-08-14 01:45:33 +01:00
Remove obsolete paint threads option #16716
This commit is contained in:
parent
3f1ae64255
commit
9591d1eda5
2 changed files with 0 additions and 15 deletions
|
@ -68,7 +68,6 @@ pub extern "C" fn cef_initialize(args: *const cef_main_args_t,
|
|||
};
|
||||
|
||||
let mut temp_opts = opts::default_opts();
|
||||
temp_opts.paint_threads = rendering_threads;
|
||||
temp_opts.headless = false;
|
||||
temp_opts.hard_fail = false;
|
||||
temp_opts.enable_text_antialiasing = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue