We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b50f3f commit d9156f2Copy full SHA for d9156f2
textord/workingpartset.h
@@ -31,8 +31,6 @@ namespace tesseract {
31
// therefore only used during construction of the regions.
32
class WorkingPartSet : public ELIST_LINK {
33
public:
34
- WorkingPartSet() {
35
- }
36
explicit WorkingPartSet(ColPartition* column)
37
: column_(column), latest_part_(NULL), part_it_(&part_set_) {
38
}
0 commit comments