mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-18 15:32:22 +00:00
WebContent: Remove the --use-skia-painting
option
This has been umused since Skia became the default painter.
This commit is contained in:
parent
ae51fbd5de
commit
3eb5c63df3
Notes:
github-actions[bot]
2024-08-01 22:27:46 +00:00
Author: https://github.com/tcl3
Commit: 3eb5c63df3
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/926
Reviewed-by: https://github.com/kalenikaliaksandr ✅
1 changed files with 0 additions and 2 deletions
|
@ -100,7 +100,6 @@ ErrorOr<int> serenity_main(Main::Arguments arguments)
|
|||
bool is_layout_test_mode = false;
|
||||
bool expose_internals_object = false;
|
||||
bool use_lagom_networking = false;
|
||||
bool use_skia_painter = false;
|
||||
bool wait_for_debugger = false;
|
||||
bool log_all_js_exceptions = false;
|
||||
bool enable_idl_tracing = false;
|
||||
|
@ -116,7 +115,6 @@ ErrorOr<int> serenity_main(Main::Arguments arguments)
|
|||
args_parser.add_option(expose_internals_object, "Expose internals object", "expose-internals-object");
|
||||
args_parser.add_option(use_lagom_networking, "Enable Lagom servers for networking", "use-lagom-networking");
|
||||
args_parser.add_option(certificates, "Path to a certificate file", "certificate", 'C', "certificate");
|
||||
args_parser.add_option(use_skia_painter, "Enable Skia painter", "use-skia-painting");
|
||||
args_parser.add_option(wait_for_debugger, "Wait for debugger", "wait-for-debugger");
|
||||
args_parser.add_option(mach_server_name, "Mach server name", "mach-server-name", 0, "mach_server_name");
|
||||
args_parser.add_option(log_all_js_exceptions, "Log all JavaScript exceptions", "log-all-js-exceptions");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue