SVN commit 479218 by wgreven: Remove obsolete comment. M +0 -1 historyprovider.cpp --- trunk/KDE/kdelibs/kparts/historyprovider.cpp #479217:479218 @@ -66,7 +66,6 @@ void HistoryProvider::insert( const QString& item ) { - // no need to allocate memory, we only want to have fast lookup, no mapping d->dict.insert( item ); }