diff --git a/poppler/PSOutputDev.cc b/poppler/PSOutputDev.cc index 179a494..d431acf 100644 --- a/poppler/PSOutputDev.cc +++ b/poppler/PSOutputDev.cc @@ -3252,7 +3252,6 @@ void PSOutputDev::startPage(int pageNum, GfxState *state) { } } else { // rotate == 90 || rotate == 270 if (height > width && height > imgWidth) { - rotate = 270 - rotate; landscape = gTrue; } else { landscape = gFalse;