]> git.lyx.org Git - lyx.git/blobdiff - src/BufferView.h
remove unused code
[lyx.git] / src / BufferView.h
index fb7b2983419e3521b04476c3d072b49ba8ca5fd4..454dab6cf8f18feeca1110752e32339c27d41078 100644 (file)
 
 #include "LString.h"
 #include "undo.h"
-#include "commandtags.h"
 
 #include "insets/inset.h"
-#include "WordLangTuple.h"
 
 #include <boost/utility.hpp>
 
@@ -31,6 +29,7 @@ class LyXScreen;
 class Language;
 class Painter;
 class UpdatableInset;
+class WordLangTuple;
 
 ///
 class BufferView : boost::noncopyable {
@@ -203,7 +202,7 @@ public:
        ///
        void stuffClipboard(string const &) const;
        ///
-       bool dispatch(kb_action action, string const & argument);
+       bool dispatch(FuncRequest const & argument);
 private:
        ///
        struct Pimpl;