diff -r 80cd75daf80f -r 7764cbe4ddd7 QTfrontend/ui/widget/SmartLineEdit.h
--- a/QTfrontend/ui/widget/SmartLineEdit.h Tue Oct 25 13:30:02 2011 +0400
+++ b/QTfrontend/ui/widget/SmartLineEdit.h Tue Oct 25 19:46:59 2011 +0200
@@ -44,7 +44,6 @@
*
* - A Keyword can either be a command (if first word) or
* a nickname (completed regardless of position in text).
- * - Public methods for accessing keywords are thread-safe.
*
*
* @author sheepluva
@@ -137,8 +136,6 @@
QString m_prefix; ///< prefix of the text replacement this widget just did
QString m_postfix; ///< postfix of the text replacement this widget just did
- QMutex m_keywordMutex; ///< make keyword QStringList action thread-safe
-
/**
* @brief Autocompletes the contents based on the known commands and/or names.
*/