]> git.lyx.org Git - lyx.git/blobdiff - src/funcrequest.h
more cursor dispatch
[lyx.git] / src / funcrequest.h
index 8224d29460e857cdc41e92648cec43c2f0ad9fb2..d38ed13bfc04bcde45730507352ea4cbb399efcb 100644 (file)
@@ -18,6 +18,7 @@
 #include <string>
 #include <iosfwd>
 
+
 /**
  * This class encapsulates a LyX action and its argument
  * in order to pass it around easily.
@@ -38,11 +39,6 @@ public:
        /// access to button
        mouse_button::state button() const;
 
-       /// output a message
-       void message(std::string const & msg) const;
-       /// output an error message
-       void errorMessage(std::string const & msg) const;
-
        /// argument parsing, extract argument i as std::string
        std::string getArg(unsigned int i) const;