Skip to content

Commit 626a229

Browse files
committed
Remove nwmain.h
The macro DECLARE_MAIN is not used by the current Tesseract code. Signed-off-by: Stefan Weil <sw@weilnetz.de>
1 parent f8684cb commit 626a229

File tree

3 files changed

+1
-177
lines changed

3 files changed

+1
-177
lines changed

src/ccmain/tessedit.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
#include "control.h"
3030
#include "reject.h"
3131
#include "pageres.h"
32-
#include "nwmain.h"
3332
#include "pgedit.h"
3433
#include "tprintf.h"
3534
#include "tessedit.h"

src/ccutil/Makefile.am

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ noinst_HEADERS = \
2020
ambigs.h basedir.h bits16.h bitvector.h ccutil.h clst.h doubleptr.h elst2.h \
2121
elst.h errcode.h fileerr.h genericheap.h globaloc.h \
2222
indexmapbidi.h kdpair.h lsterr.h \
23-
nwmain.h object_cache.h params.h qrsequence.h sorthelper.h \
23+
object_cache.h params.h qrsequence.h sorthelper.h \
2424
scanutils.h tessdatamanager.h tprintf.h \
2525
unicharcompress.h unicharmap.h unicharset.h unicity_table.h unicodes.h \
2626
universalambigs.h

src/ccutil/nwmain.h

-175
This file was deleted.

0 commit comments

Comments
 (0)