Fix for BUG-1724, forgot to remove some old code which should no longer be there. [skip ci]

This commit is contained in:
RKrom 2014-12-24 22:05:44 +01:00
parent b4b6c6546d
commit aa14b4a606
2 changed files with 7 additions and 4 deletions

View file

@ -618,9 +618,6 @@ namespace GreenshotPlugin.Core {
}
capture.Image = CaptureRectangle(captureBounds);
capture.Location = captureBounds.Location;
if (capture.CaptureDetails != null) {
((Bitmap)capture.Image).SetResolution(capture.CaptureDetails.DpiX, capture.CaptureDetails.DpiY);
}
return capture.Image == null ? null : capture;
}