Skip to content

Commit

Permalink
Remove empty tessbox.h
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Weil <sw@weilnetz.de>
  • Loading branch information
stweil committed Jun 24, 2018
1 parent 12f45a5 commit a32d24f
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 51 deletions.
1 change: 0 additions & 1 deletion src/api/baseapi.cpp
Expand Up @@ -70,7 +70,6 @@
#include "globals.h"
#include "edgblob.h"
#include "equationdetect.h"
#include "tessbox.h"
#include "makerow.h"
#include "otsuthr.h"
#include "osdetect.h"
Expand Down
2 changes: 1 addition & 1 deletion src/ccmain/Makefile.am
Expand Up @@ -25,7 +25,7 @@ pkginclude_HEADERS = \
noinst_HEADERS = \
control.h docqual.h equationdetect.h fixspace.h mutableiterator.h \
output.h paragraphs.h paragraphs_internal.h osdetect.h paramsd.h pgedit.h \
reject.h tessbox.h tessedit.h tesseractclass.h tessvars.h werdit.h
reject.h tessedit.h tesseractclass.h tessvars.h werdit.h

noinst_LTLIBRARIES = libtesseract_main.la

Expand Down
1 change: 0 additions & 1 deletion src/ccmain/adaptions.cpp
Expand Up @@ -20,7 +20,6 @@

#include <ctype.h>
#include <cstring>
#include "tessbox.h"
#include "tessvars.h"
#include "memry.h"
#include "reject.h"
Expand Down
1 change: 0 additions & 1 deletion src/ccmain/control.cpp
Expand Up @@ -43,7 +43,6 @@
#include "pgedit.h"
#include "reject.h"
#include "sorthelper.h"
#include "tessbox.h"
#include "tesseractclass.h"
#include "tessvars.h"
#include "werdit.h"
Expand Down
31 changes: 15 additions & 16 deletions src/ccmain/fixspace.cpp
Expand Up @@ -3,21 +3,21 @@
* Description: Implements a pass over the page res, exploring the alternative
* spacing possibilities, trying to use context to improve the
* word spacing
* Author: Phil Cheatle
* Created: Thu Oct 21 11:38:43 BST 1993
*
* (C) Copyright 1993, Hewlett-Packard Ltd.
** Licensed under the Apache License, Version 2.0 (the "License");
** you may not use this file except in compliance with the License.
** You may obtain a copy of the License at
** http://www.apache.org/licenses/LICENSE-2.0
** Unless required by applicable law or agreed to in writing, software
** distributed under the License is distributed on an "AS IS" BASIS,
** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
** See the License for the specific language governing permissions and
** limitations under the License.
*
**********************************************************************/
* Author: Phil Cheatle
* Created: Thu Oct 21 11:38:43 BST 1993
*
* (C) Copyright 1993, Hewlett-Packard Ltd.
** Licensed under the Apache License, Version 2.0 (the "License");
** you may not use this file except in compliance with the License.
** You may obtain a copy of the License at
** http://www.apache.org/licenses/LICENSE-2.0
** Unless required by applicable law or agreed to in writing, software
** distributed under the License is distributed on an "AS IS" BASIS,
** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
** See the License for the specific language governing permissions and
** limitations under the License.
*
**********************************************************************/

#include <ctype.h>
#include "reject.h"
Expand All @@ -26,7 +26,6 @@
#include "fixspace.h"
#include "genblob.h"
#include "tessvars.h"
#include "tessbox.h"
#include "globals.h"
#include "tesseractclass.h"

Expand Down
5 changes: 2 additions & 3 deletions src/ccmain/tessbox.cpp
@@ -1,8 +1,8 @@
/**********************************************************************
* File: tessbox.cpp (Formerly tessbox.c)
* Description: Black boxed Tess for developing a resaljet.
* Author: Ray Smith
* Created: Thu Apr 23 11:03:36 BST 1992
* Author: Ray Smith
* Created: Thu Apr 23 11:03:36 BST 1992
*
* (C) Copyright 1992, Hewlett-Packard Ltd.
** Licensed under the Apache License, Version 2.0 (the "License");
Expand All @@ -18,7 +18,6 @@
**********************************************************************/

#include "mfoutline.h"
#include "tessbox.h"
#include "tesseractclass.h"

#define EXTERN
Expand Down
28 changes: 0 additions & 28 deletions src/ccmain/tessbox.h

This file was deleted.

0 comments on commit a32d24f

Please sign in to comment.