Skip to content

Commit d33edbc

Browse files
authored
Merge pull request tesseract-ocr#3066 from robinwatts/pushback14
Remove unused char constant that causes a warning.
2 parents 749851d + 5784621 commit d33edbc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/dict/dict.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ using DawgVector = GenericVector<Dawg *>;
6060
// Constants
6161
//
6262
static const int kRatingPad = 4;
63-
static const char kDictWildcard[] = "\u2606"; // WHITE STAR
6463
static const int kDictMaxWildcards = 2; // max wildcards for a word
6564
// TODO(daria): If hyphens are different in different languages and can be
6665
// inferred from training data we should load their values dynamically.

0 commit comments

Comments
 (0)