SVN commit 544021 by ctennis: another TODO M +5 -0 TODO --- trunk/KDE/kdelibs/TODO #544020:544021 @@ -335,3 +335,8 @@ available and glibc 2.4 is around the corner? Also, there is a more recent version of Doug Lea's malloc.c available, so perhaps updating to that version would be a good move (bug fixes)? (Caleb) + +- It looks like most of the functions KStringHandler can be removed. At least, insword, setword, + remrange, and remword could be removed. Those four don't seem to be used anywhere inside of KDE. Other + functions like capitalize and reverse seem to be sparsely used. And the squeeze methods can be redone + per Simon's note above. (Caleb)