From d9156f2d1910da6df69a4ca844527f31afada2a9 Mon Sep 17 00:00:00 2001 From: Stefan Weil Date: Sun, 18 Feb 2018 11:11:53 +0100 Subject: [PATCH] WorkingPartSet: Remove unused constructor Signed-off-by: Stefan Weil --- textord/workingpartset.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/textord/workingpartset.h b/textord/workingpartset.h index 2cbf53a43d..7bc52ab4c3 100644 --- a/textord/workingpartset.h +++ b/textord/workingpartset.h @@ -31,8 +31,6 @@ namespace tesseract { // therefore only used during construction of the regions. class WorkingPartSet : public ELIST_LINK { public: - WorkingPartSet() { - } explicit WorkingPartSet(ColPartition* column) : column_(column), latest_part_(NULL), part_it_(&part_set_) { }