mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Remove session deactivation
This commit is contained in:
parent
b654b6007a
commit
7a8640ec1e
1 changed files with 0 additions and 5 deletions
|
@ -76,11 +76,6 @@ impl XR {
|
|||
self.pending_immersive_session.set(false);
|
||||
self.active_immersive_session.set(Some(session))
|
||||
}
|
||||
|
||||
pub fn deactivate_session(&self) {
|
||||
self.pending_immersive_session.set(false);
|
||||
self.active_immersive_session.set(None)
|
||||
}
|
||||
}
|
||||
|
||||
impl Drop for XR {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue