removed unused code

This commit is contained in:
Danny Coates 2018-10-31 11:40:54 -07:00
parent 6ba3be8a0f
commit 932a2a4576
No known key found for this signature in database
GPG key ID: 4C442633C62E00CB
3 changed files with 3 additions and 19 deletions

View file

@ -35,14 +35,6 @@ import User from './user';
window.appEmit = emitter.emit.bind(emitter);
let unsupportedReason = null;
emitter.on('render', () => {
if (state.animation) {
window.requestAnimationFrame(() => {
state.animation();
state.animation = null;
});
}
});
if (
// Firefox < 50
/firefox/i.test(navigator.userAgent) &&