]> git.lyx.org Git - lyx.git/blobdiff - src/FuncRequest.h
Remove unused function
[lyx.git] / src / FuncRequest.h
index f0b9e7cfe6cd35041f4a25392fd7a3d974ead208..42829ae8de26302df1f0e4702296953679e0dae7 100644 (file)
@@ -102,7 +102,7 @@ public:
        bool allowAsync() const { return allow_async_; }
        ///
        void allowAsync(bool allow_async) { allow_async_ = allow_async; }
-       
+
 private:
        /// the action
        FuncCode action_;
@@ -122,7 +122,7 @@ private:
        ///
        KeyModifier modifier_;
        /// Commands should be run synchronously when they
-       /// are launched via "command-sequence" or "repeat"
+       /// are launched via "command-sequence" or "repeat" or "buffer-forall"
        bool allow_async_;
 };