Skip to content

Commit ce777c8

Browse files
committed
Remove unused fields
DEVSIX-2006
1 parent 54e4d0f commit ce777c8

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/main/java/com/itextpdf/pdfcleanup/PdfCleanUpTool.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -152,10 +152,6 @@ public void setProcessAnnotations(boolean processAnnotations) {
152152

153153
private FilteredImagesCache filteredImagesCache;
154154

155-
private static final String PRODUCT_NAME = "pdfSweep";
156-
private static final int PRODUCT_MAJOR = 1;
157-
private static final int PRODUCT_MINOR = 0;
158-
159155
/**
160156
* Creates a {@link PdfCleanUpTool} object. No regions for erasing are specified.
161157
* Use {@link PdfCleanUpTool#addCleanupLocation(PdfCleanUpLocation)} method

0 commit comments

Comments
 (0)