mirror of
https://github.com/servo/servo.git
synced 2025-09-30 08:39:16 +01:00
Drop support for '--no-minibrowser' mode (#33677)
* Drop support for '--no-minibrowser' mode Signed-off-by: Taym <haddadi.taym@gmail.com> * remove unused import Signed-off-by: Taym <haddadi.taym@gmail.com> --------- Signed-off-by: Taym <haddadi.taym@gmail.com>
This commit is contained in:
parent
38251fe5e7
commit
6aaca118a9
3 changed files with 1 additions and 31 deletions
|
@ -101,7 +101,7 @@ impl App {
|
|||
minibrowser: None,
|
||||
};
|
||||
|
||||
if opts::get().minibrowser && window.winit_window().is_some() {
|
||||
if window.winit_window().is_some() {
|
||||
// Make sure the gl context is made current.
|
||||
let rendering_context = window.rendering_context();
|
||||
let webrender_gl = match rendering_context.connection().gl_api() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue