Switch to side-by-side view

--- a/src/query/filtseq.cpp
+++ b/src/query/filtseq.cpp
@@ -40,13 +40,6 @@
     return 0;
 } 
 
-DocSeqFiltered::DocSeqFiltered(RefCntr<DocSequence> iseq, 
-			       DocSeqFiltSpec &filtspec,
-			       const std::string &t)
-    :  DocSeqModifier(t, iseq), m_spec(filtspec)
-{
-}
-
 bool DocSeqFiltered::setFiltSpec(DocSeqFiltSpec &filtspec)
 {
     m_spec = filtspec;
@@ -59,7 +52,7 @@
     LOGDEB1(("DocSeqFiltered: fetching %d\n", idx));
 
     if (idx >= (int)m_dbindices.size()) {
-	// Have to fetch xapian docs and filter until we get enough or
+	// Have to fetch docs and filter until we get enough or
 	// fail
 	m_dbindices.reserve(idx+1);