remove unused variable

This commit is contained in:
Yueyu 2021-05-20 07:19:13 +08:00
parent b515ab83de
commit b72abe9723

View file

@ -2,7 +2,6 @@ export var frame;
// XXX: isTablet is legacy code that can be used to detect if we're running on a desktop browser
// There are references to it throughout the codebase, should possibly be removed at some point
export const isTablet = ('ontouchstart' in document.documentElement);
export const supportTouch = ('ontouchstart' in document.documentElement);
export const DEGTOR = Math.PI / 180;
export const WINDOW_INNER_HEIGHT = window.innerHeight;
export const WINDOW_INNER_WIDTH = window.innerWidth;