Remove extern definition duplicates

This commit is contained in:
Éric Lemoine
2015-09-02 09:48:43 +02:00
parent 055df25c58
commit 1553dce3dc

View File

@@ -30,15 +30,3 @@ Touch.prototype.webkitRadiusX;
/** @type {number} */
Touch.prototype.webkitRadiusY;
/**
* @type {boolean}
*/
WebGLContextAttributes.prototype.preferLowPowerToHighPerformance;
/**
* @type {boolean}
*/
WebGLContextAttributes.prototype.failIfMajorPerformanceCaveat;