mirror of
https://github.com/piskelapp/piskel.git
synced 2023-08-10 21:12:52 +03:00
Issue #146 : removed unused constant in PixelUtils
This commit is contained in:
parent
f5a33dc39a
commit
172da85f15
@ -1,11 +1,6 @@
|
|||||||
(function () {
|
(function () {
|
||||||
var ns = $.namespace('pskl');
|
var ns = $.namespace('pskl');
|
||||||
|
|
||||||
/**
|
|
||||||
* Maximum step for uniform lines
|
|
||||||
*/
|
|
||||||
var MAX_LINE_STEP = 4;
|
|
||||||
|
|
||||||
ns.PixelUtils = {
|
ns.PixelUtils = {
|
||||||
|
|
||||||
getRectanglePixels : function (x0, y0, x1, y1) {
|
getRectanglePixels : function (x0, y0, x1, y1) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user