deleting unused utils

This commit is contained in:
Belen Curcio
2017-07-25 14:18:40 -03:00
parent 17e6064b9e
commit 608ad26e88
@@ -1,5 +0,0 @@
export const isTouchDevice = () => {
return (('ontouchstart' in window)
|| (navigator.MaxTouchPoints > 0)
|| (navigator.msMaxTouchPoints > 0));
};