aboutsummaryrefslogtreecommitdiffstats
path: root/components/config/opts.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/config/opts.rs')
-rw-r--r--components/config/opts.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/components/config/opts.rs b/components/config/opts.rs
index 212ce7cebc5..2bc90696a43 100644
--- a/components/config/opts.rs
+++ b/components/config/opts.rs
@@ -48,8 +48,6 @@ pub struct Opts {
pub output_file: Option<String>,
- pub headless: bool,
-
/// True to exit on thread failure instead of displaying about:failure.
pub hard_fail: bool,
@@ -218,7 +216,6 @@ impl Default for Opts {
userscripts: None,
user_stylesheets: Vec::new(),
output_file: None,
- headless: false,
hard_fail: true,
webdriver_port: None,
initial_window_size: Size2D::new(1024, 740),