mirror of
https://github.com/piskelapp/piskel.git
synced 2023-08-10 21:12:52 +03:00
removed commented code
This commit is contained in:
parent
a9b01cd7c2
commit
506b54e27b
@ -137,11 +137,6 @@ $.namespace("pskl");
|
||||
dpi -= Math.min(heightGapDpi, widthGapDpi);
|
||||
}
|
||||
|
||||
// var drawingCanvasWidth = dpi * framePixelWidth;
|
||||
// if (availableViewportWidth - drawingCanvasWidth < previewWidth) {
|
||||
// dpi -= Math.floor(previewWidth / framePixelWidth);
|
||||
// }
|
||||
|
||||
return dpi;
|
||||
},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user