Switch to side-by-side view

--- a/src/common/textsplit.h
+++ b/src/common/textsplit.h
@@ -76,10 +76,6 @@
     }
     virtual ~TextSplit() {}
 
-    virtual void setMaxWordLength(int l)
-    {
-	m_maxWordLength = l;
-    }
     /** Split text, emit words and positions. */
     virtual bool text_to_words(const string &in);