]> git.lyx.org Git - lyx.git/blobdiff - src/lyxfunc.h
Juergen's compiler warning fixes
[lyx.git] / src / lyxfunc.h
index 63a690f2a0e667dc370305836241d49e7c3b5975..5b9a57bd7b096b9edf61c6bbb2b867ef777a1795 100644 (file)
@@ -42,7 +42,7 @@ public:
        explicit LyXFunc(LyXView *);
 
        /// LyX dispatcher, executes lyx actions.
-       void dispatch(FuncRequest const &, bool verbose = false);
+       void dispatch(FuncRequest const &);
 
        /// return the status bar state string
        std::string const viewStatusMessage();
@@ -103,7 +103,7 @@ private:
 
        /// send a post-dispatch status message
        void sendDispatchMessage(std::string const & msg,
-               FuncRequest const & ev, bool verbose);
+               FuncRequest const & ev);
 
        // I think the following should be moved to BufferView. (Asger)
        ///