mirror of
https://github.com/servo/servo.git
synced 2025-08-11 16:35:33 +01:00
Revert " Prompt user to install OpenXR package if not installed"
This reverts commit 75b522d210
.
This commit is contained in:
parent
138e50dc67
commit
5c6e38d1b4
8 changed files with 2 additions and 126 deletions
|
@ -5,7 +5,6 @@
|
|||
#pragma once
|
||||
|
||||
#include "BrowserPage.g.h"
|
||||
#include "XRPkgChecker.h"
|
||||
#include "ServoControl\ServoControl.h"
|
||||
|
||||
namespace winrt::ServoApp::implementation {
|
||||
|
@ -37,10 +36,6 @@ public:
|
|||
void LoadServoURI(Windows::Foundation::Uri uri);
|
||||
void SetTransientMode(bool);
|
||||
void SetArgs(hstring);
|
||||
void OnXRPkgWarningInstallClick(Windows::Foundation::IInspectable const &,
|
||||
Windows::UI::Xaml::RoutedEventArgs const &);
|
||||
void OnXRPkgWarningDismissClick(Windows::Foundation::IInspectable const &,
|
||||
Windows::UI::Xaml::RoutedEventArgs const &);
|
||||
void OnMediaControlsPlayClicked(Windows::Foundation::IInspectable const &,
|
||||
Windows::UI::Xaml::RoutedEventArgs const &);
|
||||
void OnMediaControlsPauseClicked(Windows::Foundation::IInspectable const &,
|
||||
|
@ -48,7 +43,6 @@ public:
|
|||
|
||||
private:
|
||||
void BindServoEvents();
|
||||
XRPkgChecker xrPkgChecker;
|
||||
};
|
||||
} // namespace winrt::ServoApp::implementation
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue