Remove empty tessbox.h

Signed-off-by: Stefan Weil <sw@weilnetz.de>
This commit is contained in:
Stefan Weil 2018-06-24 16:13:23 +02:00
parent 12f45a5758
commit a32d24fa65
7 changed files with 18 additions and 51 deletions

View File

@ -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"

View File

@ -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

View File

@ -20,7 +20,6 @@
#include <ctype.h>
#include <cstring>
#include "tessbox.h"
#include "tessvars.h"
#include "memry.h"
#include "reject.h"

View File

@ -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"

View File

@ -26,7 +26,6 @@
#include "fixspace.h"
#include "genblob.h"
#include "tessvars.h"
#include "tessbox.h"
#include "globals.h"
#include "tesseractclass.h"

View File

@ -18,7 +18,6 @@
**********************************************************************/
#include "mfoutline.h"
#include "tessbox.h"
#include "tesseractclass.h"
#define EXTERN

View File

@ -1,28 +0,0 @@
/**********************************************************************
* File: tessbox.h (Formerly tessbox.h)
* Description: Black boxed Tess for developing a resaljet.
* 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");
** 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.
*
**********************************************************************/
#ifndef TESSBOX_H
#define TESSBOX_H
#include "ratngs.h"
#include "tesseractclass.h"
// TODO(ocr-team): Delete this along with other empty header files.
#endif