Switch to side-by-side view
--- a/src/query/sortseq.cpp +++ b/src/query/sortseq.cpp @@ -68,13 +68,6 @@ } }; -DocSeqSorted::DocSeqSorted(RefCntr<DocSequence> iseq, DocSeqSortSpec &sortspec, - const std::string &t) - : DocSeqModifier(t, iseq) -{ - setSortSpec(sortspec); -} - bool DocSeqSorted::setSortSpec(DocSeqSortSpec &sortspec) { m_spec = sortspec;