dpi: remove comment

This commit is contained in:
Nick Vella 2019-05-15 23:59:03 +10:00
parent 27bc787537
commit a1c4d542e0
1 changed files with 0 additions and 1 deletions

View File

@ -275,7 +275,6 @@ namespace OpenLiveWriter.PostEditor
{
string resourceName = String.Format(CultureInfo.InvariantCulture, "Images.PublishAnimation.post{0:00}.png", i);
var originalBmp = ResourceHelper.LoadAssemblyResourceBitmap(resourceName);
// Scale the bitmap as per display scaling at startup. NOTE will not dynamically scale
var newBmp = new Bitmap(
originalBmp,
new Size((int)DisplayHelper.ScaleX(originalBmp.Size.Width), (int)DisplayHelper.ScaleY(originalBmp.Size.Height))