QTfrontend/ui/widget/SmartLineEdit.h
changeset 6205 7764cbe4ddd7
parent 6200 6a4ace88d85a
child 6616 f77bb02b669f
--- 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 @@
  * <ul>
  *   <li>A Keyword can either be a command (if first word) or
  *       a nickname (completed regardless of position in text).</li>
- *   <li>Public methods for accessing keywords are <b>thread-safe.</b></li>
  * </ul>
  * 
  * @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.
      */