Skip to content

Commit b2197d7

Browse files
committed
PDFBOX-6013: remove unused constructor
git-svn-id: https://svn.apache.org/repos/asf/pdfbox/trunk@1925859 13f79535-47bb-0310-9956-ffa450edef68
1 parent 257ae93 commit b2197d7

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

fontbox/src/main/java/org/apache/fontbox/ttf/gsub/CompoundCharacterTokenizer.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,6 @@ public CompoundCharacterTokenizer(Set<String> compoundWords)
5151
regexExpression = Pattern.compile(getRegexFromTokens(compoundWords));
5252
}
5353

54-
public CompoundCharacterTokenizer(Pattern pattern)
55-
{
56-
regexExpression = pattern;
57-
}
58-
5954
/**
6055
* Validate the compound words. They should not be null or empty and should start and end with
6156
* the GLYPH_ID_SEPARATOR

0 commit comments

Comments
 (0)