retrofit
[fanfix.git] / src / jexer / teditor / Word.java
index 9a25d8183535f5864a7c81a7aa56a70e51c218ab..483f9c3d86c46a1dfbf225876eb7b42c219ba0c1 100644 (file)
@@ -135,8 +135,6 @@ public class Word {
      * @return the number of cells needed to display this word
      */
     public int getDisplayLength() {
-        // TODO: figure out how to handle the tab character.  Do we have a
-        // global tab stops list and current word position?
         return StringUtils.width(text.toString());
     }