X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Flyxfunc.h;h=0bc95eb9ac8ac6169ea59862abd818e6b83edadd;hb=37e82a546392d43f787826b85481a11f2a27af15;hp=5b9a57bd7b096b9edf61c6bbb2b867ef777a1795;hpb=cb15371de3d24873417e16e9b68f815bfc3dff11;p=lyx.git diff --git a/src/lyxfunc.h b/src/lyxfunc.h index 5b9a57bd7b..0bc95eb9ac 100644 --- a/src/lyxfunc.h +++ b/src/lyxfunc.h @@ -64,12 +64,8 @@ public: void setMessage(std::string const & m) const; /// Buffer to store result messages void setErrorMessage(std::string const &) const; - /// Buffer to store result messages from getStatus - void setStatusMessage(std::string const &) const; /// Buffer to store result messages std::string const getMessage() const { return dispatch_buffer; } - /// Buffer to store result messages - std::string const getStatusMessage() const { return status_buffer; } /// Handle a accented char key sequence void handleKeyFunc(kb_action action); @@ -98,8 +94,6 @@ private: good reason to have this one as static in Dispatch? (Ale) */ mutable std::string dispatch_buffer; - /// Buffer to store messages and result data from getStatus - mutable std::string status_buffer; /// send a post-dispatch status message void sendDispatchMessage(std::string const & msg,