From 27915893f06e1cf01f279eec7cb3c97b09974f96 Mon Sep 17 00:00:00 2001 From: Jean-Francois Dockes Date: Fri, 17 Feb 2012 14:38:40 +0100 Subject: [PATCH] stale comments --- src/qtgui/rclmain_w.cpp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/qtgui/rclmain_w.cpp b/src/qtgui/rclmain_w.cpp index 19b76dae..c8311a0f 100644 --- a/src/qtgui/rclmain_w.cpp +++ b/src/qtgui/rclmain_w.cpp @@ -478,12 +478,6 @@ void RclMain::fileExit() prefs.ssearchTyp = sSearch->searchTypCMB->currentIndex(); if (asearchform) delete asearchform; - // We'd prefer to do this in the exit handler, but it's apparently to late - // and some of the qt stuff is already dead at this point? - LOGDEB2(("RclMain::fileExit() : stopping idx thread\n")); - - // Do we want to stop an ongoing index operation here ? - // I guess not. We did use to cancel the indexing thread. // Let the exit handler clean up the rest (internal recoll stuff). exit(0);