mirror of
https://github.com/servo/servo.git
synced 2025-08-09 07:25:35 +01:00
Remove unused exit after load option.
This simplifies some upcoming changes to how event handling works.
This commit is contained in:
parent
133b523d2b
commit
898c1ecc8f
7 changed files with 6 additions and 53 deletions
|
@ -57,7 +57,6 @@ pub extern "C" fn cef_run_message_loop() {
|
|||
layout_threads: 1,
|
||||
nonincremental_layout: false,
|
||||
//layout_threads: cmp::max(rt::default_sched_threads() * 3 / 4, 1),
|
||||
exit_after_load: false,
|
||||
output_file: None,
|
||||
headless: false,
|
||||
hard_fail: false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue