Skip to content

Commit

Permalink
removing all VR entry types
Browse files Browse the repository at this point in the history
  • Loading branch information
11 committed Oct 6, 2020
1 parent 5178bd7 commit 48e0247
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/react-components/ui-root.js
Original file line number Diff line number Diff line change
Expand Up @@ -1214,17 +1214,6 @@ class UIRoot extends Component {
<FormattedMessage id="entry.checkingForDeviceAvailability" />
</div>
)}
{this.props.availableVREntryTypes.cardboard !== VR_DEVICE_AVAILABILITY.no && (
<div className={entryStyles.secondary} onClick={this.enterVR}>
<FormattedMessage id="entry.cardboard" />
</div>
)}
{this.props.availableVREntryTypes.generic !== VR_DEVICE_AVAILABILITY.no && (
<GenericEntryButton secondary={true} onClick={this.enterVR} />
)}
{this.props.availableVREntryTypes.daydream === VR_DEVICE_AVAILABILITY.yes && (
<DaydreamEntryButton secondary={true} onClick={this.enterDaydream} subtitle={null} />
)}
{this.props.availableVREntryTypes.screen === VR_DEVICE_AVAILABILITY.yes && (
<TwoDEntryButton autoFocus={true} onClick={this.enter2D} />
)}
Expand Down

0 comments on commit 48e0247

Please sign in to comment.