We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54e4d0f commit ce777c8Copy full SHA for ce777c8
src/main/java/com/itextpdf/pdfcleanup/PdfCleanUpTool.java
@@ -152,10 +152,6 @@ public void setProcessAnnotations(boolean processAnnotations) {
152
153
private FilteredImagesCache filteredImagesCache;
154
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
-
159
/**
160
* Creates a {@link PdfCleanUpTool} object. No regions for erasing are specified.
161
* Use {@link PdfCleanUpTool#addCleanupLocation(PdfCleanUpLocation)} method
0 commit comments