From kde-commits Wed Nov 09 16:48:48 2005 From: Wilco Greven Date: Wed, 09 Nov 2005 16:48:48 +0000 To: kde-commits Subject: KDE/kdelibs/kparts Message-Id: <1131554928.485986.14595.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=113155493519881 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 ); }