Skip to content

Commit

Permalink
Remove nwmain.h
Browse files Browse the repository at this point in the history
The macro DECLARE_MAIN is not used by the current Tesseract code.

Signed-off-by: Stefan Weil <[email protected]>
  • Loading branch information
stweil committed Jul 3, 2018
1 parent f8684cb commit 626a229
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 177 deletions.
1 change: 0 additions & 1 deletion src/ccmain/tessedit.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
#include "control.h"
#include "reject.h"
#include "pageres.h"
#include "nwmain.h"
#include "pgedit.h"
#include "tprintf.h"
#include "tessedit.h"
Expand Down
2 changes: 1 addition & 1 deletion src/ccutil/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ noinst_HEADERS = \
ambigs.h basedir.h bits16.h bitvector.h ccutil.h clst.h doubleptr.h elst2.h \
elst.h errcode.h fileerr.h genericheap.h globaloc.h \
indexmapbidi.h kdpair.h lsterr.h \
nwmain.h object_cache.h params.h qrsequence.h sorthelper.h \
object_cache.h params.h qrsequence.h sorthelper.h \
scanutils.h tessdatamanager.h tprintf.h \
unicharcompress.h unicharmap.h unicharset.h unicity_table.h unicodes.h \
universalambigs.h
Expand Down
175 changes: 0 additions & 175 deletions src/ccutil/nwmain.h

This file was deleted.

0 comments on commit 626a229

Please sign in to comment.