mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-11-23 18:49:08 +08:00
Remove mfdefs.cpp from CMakeLists.txt and Makefile.am
That file was removed in commit 47715e576a
.
Signed-off-by: Stefan Weil <sw@weilnetz.de>
This commit is contained in:
parent
edfce72340
commit
6ddceac538
@ -499,7 +499,6 @@ if (DISABLED_LEGACY_ENGINE)
|
||||
src/classify/intproto.cpp
|
||||
src/classify/kdtree.cpp
|
||||
src/classify/mf.cpp
|
||||
src/classify/mfdefs.cpp
|
||||
src/classify/mfoutline.cpp
|
||||
src/classify/mfx.cpp
|
||||
src/classify/normfeat.cpp
|
||||
|
@ -439,7 +439,6 @@ libtesseract_la_SOURCES += src/classify/intmatcher.cpp
|
||||
libtesseract_la_SOURCES += src/classify/intproto.cpp
|
||||
libtesseract_la_SOURCES += src/classify/kdtree.cpp
|
||||
libtesseract_la_SOURCES += src/classify/mf.cpp
|
||||
libtesseract_la_SOURCES += src/classify/mfdefs.cpp
|
||||
libtesseract_la_SOURCES += src/classify/mfoutline.cpp
|
||||
libtesseract_la_SOURCES += src/classify/mfx.cpp
|
||||
libtesseract_la_SOURCES += src/classify/normfeat.cpp
|
||||
|
Loading…
Reference in New Issue
Block a user