Skip to content

Commit fd17f38

Browse files
committed
PDFBOX-6191: delete lines forgotten in previous commit, by Valery Bokov
git-svn-id: https://svn.apache.org/repos/asf/pdfbox/trunk@1933987 13f79535-47bb-0310-9956-ffa450edef68
1 parent a8cfa7e commit fd17f38

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

pdfbox/src/main/java/org/apache/pdfbox/printing/PDFPrintable.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -214,9 +214,6 @@ public int print(Graphics graphics, PageFormat pageFormat, int pageIndex)
214214

215215
try
216216
{
217-
printerGraphics = (Graphics2D) graphics;
218-
graphics2D = printerGraphics;
219-
220217
// capture the DPI that will be used for rasterizing the image
221218
// if rasterizing is specified
222219
float rasterDpi = dpi;

0 commit comments

Comments
 (0)