From c3fb050daa8b4fedffffb3825249dae17189fab3 Mon Sep 17 00:00:00 2001 From: Stefan Weil Date: Sat, 24 Jul 2021 11:04:06 +0200 Subject: [PATCH] Remove TODO comment which is no longer open Signed-off-by: Stefan Weil --- include/tesseract/unichar.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/tesseract/unichar.h b/include/tesseract/unichar.h index effcf3e63c..c9e64d76c0 100644 --- a/include/tesseract/unichar.h +++ b/include/tesseract/unichar.h @@ -32,7 +32,6 @@ namespace tesseract { // at least 4. Must not exceed 31 without changing the coding of length. #define UNICHAR_LEN 30 -// TODO(rays) Move these to the tesseract namespace. // A UNICHAR_ID is the unique id of a unichar. using UNICHAR_ID = int;