From 63f121ed966dd9e69954004b58b3eaa698fa827f Mon Sep 17 00:00:00 2001
From: Greg Fodor <gfodor@gmail.com>
Date: Mon, 1 Oct 2018 06:57:08 +0000
Subject: [PATCH] Remove old enter VR button

---
 src/react-components/ui-root.js | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/src/react-components/ui-root.js b/src/react-components/ui-root.js
index 3a3c2dc05..b52ccf3b0 100644
--- a/src/react-components/ui-root.js
+++ b/src/react-components/ui-root.js
@@ -964,13 +964,6 @@ class UIRoot extends Component {
             )}
           </div>
 
-          {this.props.availableVREntryTypes.isInHMD &&
-            entryFinished && (
-              <button onClick={() => this.props.scene.enterVR()}>
-                <FormattedMessage id="entry.return-to-vr" />
-              </button>
-            )}
-
           <button onClick={() => this.showHelpDialog()} className={styles.helpIcon}>
             <i>
               <FontAwesomeIcon icon={faQuestion} />
-- 
GitLab