]> git.lyx.org Git - features.git/commitdiff
Adjust comment.
authorAbdelrazak Younes <younes@lyx.org>
Mon, 26 Nov 2007 23:04:01 +0000 (23:04 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Mon, 26 Nov 2007 23:04:01 +0000 (23:04 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21808 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/LyXView.h

index 9c610ccffb9d0cb41e6237e7bda8022cd430e156..1c1fb17af679999ec07b20bf9a97277ae9ca7d3d 100644 (file)
@@ -75,8 +75,6 @@ public:
        ///
        virtual FuncStatus getStatus(FuncRequest const & cmd) = 0;
        /// dispatch command.
-       /// \param propagate: indicate if the dispatch should be probagated to
-       /// the main lyx::dispatch().
        /// \return true if the \c FuncRequest has been dispatched.
        virtual bool dispatch(FuncRequest const & cmd) = 0;