Skip to content

Commit a32d24f

Browse files
committed
Remove empty tessbox.h
Signed-off-by: Stefan Weil <[email protected]>
1 parent 12f45a5 commit a32d24f

File tree

7 files changed

+18
-51
lines changed

7 files changed

+18
-51
lines changed

src/api/baseapi.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@
7070
#include "globals.h"
7171
#include "edgblob.h"
7272
#include "equationdetect.h"
73-
#include "tessbox.h"
7473
#include "makerow.h"
7574
#include "otsuthr.h"
7675
#include "osdetect.h"

src/ccmain/Makefile.am

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ pkginclude_HEADERS = \
2525
noinst_HEADERS = \
2626
control.h docqual.h equationdetect.h fixspace.h mutableiterator.h \
2727
output.h paragraphs.h paragraphs_internal.h osdetect.h paramsd.h pgedit.h \
28-
reject.h tessbox.h tessedit.h tesseractclass.h tessvars.h werdit.h
28+
reject.h tessedit.h tesseractclass.h tessvars.h werdit.h
2929

3030
noinst_LTLIBRARIES = libtesseract_main.la
3131

src/ccmain/adaptions.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020

2121
#include <ctype.h>
2222
#include <cstring>
23-
#include "tessbox.h"
2423
#include "tessvars.h"
2524
#include "memry.h"
2625
#include "reject.h"

src/ccmain/control.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@
4343
#include "pgedit.h"
4444
#include "reject.h"
4545
#include "sorthelper.h"
46-
#include "tessbox.h"
4746
#include "tesseractclass.h"
4847
#include "tessvars.h"
4948
#include "werdit.h"

src/ccmain/fixspace.cpp

+15-16
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,21 @@
33
* Description: Implements a pass over the page res, exploring the alternative
44
* spacing possibilities, trying to use context to improve the
55
* word spacing
6-
* Author: Phil Cheatle
7-
* Created: Thu Oct 21 11:38:43 BST 1993
8-
*
9-
* (C) Copyright 1993, Hewlett-Packard Ltd.
10-
** Licensed under the Apache License, Version 2.0 (the "License");
11-
** you may not use this file except in compliance with the License.
12-
** You may obtain a copy of the License at
13-
** http://www.apache.org/licenses/LICENSE-2.0
14-
** Unless required by applicable law or agreed to in writing, software
15-
** distributed under the License is distributed on an "AS IS" BASIS,
16-
** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17-
** See the License for the specific language governing permissions and
18-
** limitations under the License.
19-
*
20-
**********************************************************************/
6+
* Author: Phil Cheatle
7+
* Created: Thu Oct 21 11:38:43 BST 1993
8+
*
9+
* (C) Copyright 1993, Hewlett-Packard Ltd.
10+
** Licensed under the Apache License, Version 2.0 (the "License");
11+
** you may not use this file except in compliance with the License.
12+
** You may obtain a copy of the License at
13+
** http://www.apache.org/licenses/LICENSE-2.0
14+
** Unless required by applicable law or agreed to in writing, software
15+
** distributed under the License is distributed on an "AS IS" BASIS,
16+
** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17+
** See the License for the specific language governing permissions and
18+
** limitations under the License.
19+
*
20+
**********************************************************************/
2121

2222
#include <ctype.h>
2323
#include "reject.h"
@@ -26,7 +26,6 @@
2626
#include "fixspace.h"
2727
#include "genblob.h"
2828
#include "tessvars.h"
29-
#include "tessbox.h"
3029
#include "globals.h"
3130
#include "tesseractclass.h"
3231

src/ccmain/tessbox.cpp

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/**********************************************************************
22
* File: tessbox.cpp (Formerly tessbox.c)
33
* Description: Black boxed Tess for developing a resaljet.
4-
* Author: Ray Smith
5-
* Created: Thu Apr 23 11:03:36 BST 1992
4+
* Author: Ray Smith
5+
* Created: Thu Apr 23 11:03:36 BST 1992
66
*
77
* (C) Copyright 1992, Hewlett-Packard Ltd.
88
** Licensed under the Apache License, Version 2.0 (the "License");
@@ -18,7 +18,6 @@
1818
**********************************************************************/
1919

2020
#include "mfoutline.h"
21-
#include "tessbox.h"
2221
#include "tesseractclass.h"
2322

2423
#define EXTERN

src/ccmain/tessbox.h

-28
This file was deleted.

0 commit comments

Comments
 (0)