From 5d54c12e0306cba285504fcf0ab94dd585aa843f Mon Sep 17 00:00:00 2001 From: Frank Osterfeld Date: Thu, 19 Jul 2007 08:18:22 +0000 Subject: [PATCH] SVN_COMMENT remove obsolete comment svn path=/trunk/KDE/kdepim/; revision=689815 --- kmmainwidget.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/kmmainwidget.cpp b/kmmainwidget.cpp index 6afa4e5e8..a6dd239e3 100644 --- a/kmmainwidget.cpp +++ b/kmmainwidget.cpp @@ -1778,9 +1778,6 @@ void KMMainWidget::slotStartCertManager() i18n( "KMail Error" ) ); else kDebug(5006) << "\nslotStartCertManager(): certificate manager started.\n" << endl; - // process continues to run even after the K3Process object goes - // out of scope here, since it is started in DontCare run mode. - } //-----------------------------------------------------------------------------