Issue #146 : removed unused constant in PixelUtils

This commit is contained in:
juliandescottes 2015-12-04 14:39:20 +01:00
parent f5a33dc39a
commit 172da85f15

View File

@ -1,11 +1,6 @@
(function () {
var ns = $.namespace('pskl');
/**
* Maximum step for uniform lines
*/
var MAX_LINE_STEP = 4;
ns.PixelUtils = {
getRectanglePixels : function (x0, y0, x1, y1) {