Skip to content

Commit

Permalink
WorkingPartSet: Remove unused constructor
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Weil <sw@weilnetz.de>
  • Loading branch information
stweil committed Apr 9, 2018
1 parent 4b50f3f commit d9156f2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions textord/workingpartset.h
Expand Up @@ -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_) {
}
Expand Down

0 comments on commit d9156f2

Please sign in to comment.