Skip to content

Commit

Permalink
remove old bearing handler
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Lelidis committed Oct 15, 2019
1 parent 9ad9682 commit 553f101
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,6 @@ class MapillaryViewer extends Component {
}
});

this.viewer.on(Mapillary.Viewer.bearingchanged, (event) => {
if (this.props.onBearingChanged) {
this.props.onBearingChanged(event);
}
});

/* eslint-disable no-underscore-dangle */
this.viewer._container.renderService.renderCamera$.subscribe(
this.handleCameraChanges.bind(this),
Expand Down

0 comments on commit 553f101

Please sign in to comment.