]> git.lyx.org Git - lyx.git/blobdiff - src/lyxfunc.h
split LyXText::rowlist_ into individual Paragraph::rows_ chunks
[lyx.git] / src / lyxfunc.h
index 59fb6ac85eeef59243d5667fc112071f2095be0b..19a403b56dd2a83aa7010055a8614fae3098c6f0 100644 (file)
@@ -4,7 +4,7 @@
 
 #include "FuncStatus.h"
 #include "kbsequence.h"
-#include "commandtags.h"
+#include "lfuns.h"
 #include "LString.h"
 
 #include <boost/signals/trackable.hpp>
@@ -83,7 +83,7 @@ private:
        ///
        key_modifier::state meta_fake_bit;
        ///
-       void moveCursorUpdate(bool flag = true, bool selecting = false);
+       void moveCursorUpdate();
        ///
        void setupLocalKeymap();
        /// Error status, only Dispatch can change this flag
@@ -113,21 +113,6 @@ private:
 
        ///
        void closeBuffer();
-       ///
-       //  This return or directly text (default) of getLyXText()
-       ///
-       LyXText * TEXT(bool) const;
-       ///
 };
 
-
-/*--------------------  inlines  --------------------------*/
-
-inline
-bool LyXFunc::wasMetaKey() const
-{
-       return (meta_fake_bit != key_modifier::none);
-}
-
-
 #endif