Author: lehmi
Date: Sun Jun 14 13:05:01 2020
New Revision: 1878830

URL: http://svn.apache.org/viewvc?rev=1878830&view=rev
Log:
PDFBOX-4879: remove unneeded overwrite

Modified:
    
pdfbox/branches/2.0/pdfbox/src/main/java/org/apache/pdfbox/text/LegacyPDFStreamEngine.java

Modified: 
pdfbox/branches/2.0/pdfbox/src/main/java/org/apache/pdfbox/text/LegacyPDFStreamEngine.java
URL: 
http://svn.apache.org/viewvc/pdfbox/branches/2.0/pdfbox/src/main/java/org/apache/pdfbox/text/LegacyPDFStreamEngine.java?rev=1878830&r1=1878829&r2=1878830&view=diff
==============================================================================
--- 
pdfbox/branches/2.0/pdfbox/src/main/java/org/apache/pdfbox/text/LegacyPDFStreamEngine.java
 (original)
+++ 
pdfbox/branches/2.0/pdfbox/src/main/java/org/apache/pdfbox/text/LegacyPDFStreamEngine.java
 Sun Jun 14 13:05:01 2020
@@ -139,14 +139,6 @@ class LegacyPDFStreamEngine extends PDFS
         super.processPage(page);
     }
 
-    @Override
-    protected void showGlyph(Matrix textRenderingMatrix, PDFont font, int 
code, Vector displacement)
-            throws IOException
-    {
-        // call deprecated method to ensure binary compatibility if not 
overridden
-        showGlyph(textRenderingMatrix, font, code, font.toUnicode(code), 
displacement);
-    }
-
     /**
      * Called when a glyph is to be processed. The heuristic calculations here 
were originally
      * written by Ben Litchfield for PDFStreamEngine.


Reply via email to