Remove obsolete paint threads option #16716

This commit is contained in:
zombiefungus 2017-05-07 14:00:25 -05:00
parent 3f1ae64255
commit 9591d1eda5
2 changed files with 0 additions and 15 deletions

View file

@ -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;