From 506b54e27bdbbf4ff4000bcaa00cce8559ab6b02 Mon Sep 17 00:00:00 2001 From: juliandescottes Date: Sat, 8 Sep 2012 17:31:48 +0200 Subject: [PATCH] removed commented code --- js/piskel.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/js/piskel.js b/js/piskel.js index 8ed33461..ba77acbf 100644 --- a/js/piskel.js +++ b/js/piskel.js @@ -136,11 +136,6 @@ $.namespace("pskl"); // substract smallest dpi change to initial dpi dpi -= Math.min(heightGapDpi, widthGapDpi); } - - // var drawingCanvasWidth = dpi * framePixelWidth; - // if (availableViewportWidth - drawingCanvasWidth < previewWidth) { - // dpi -= Math.floor(previewWidth / framePixelWidth); - // } return dpi; },