Skip to content

Commit d9156f2

Browse files
committed
WorkingPartSet: Remove unused constructor
Signed-off-by: Stefan Weil <[email protected]>
1 parent 4b50f3f commit d9156f2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

textord/workingpartset.h

-2
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@ namespace tesseract {
3131
// therefore only used during construction of the regions.
3232
class WorkingPartSet : public ELIST_LINK {
3333
public:
34-
WorkingPartSet() {
35-
}
3634
explicit WorkingPartSet(ColPartition* column)
3735
: column_(column), latest_part_(NULL), part_it_(&part_set_) {
3836
}

0 commit comments

Comments
 (0)