X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Flyxfunc.h;h=19a403b56dd2a83aa7010055a8614fae3098c6f0;hb=09e01879979643949f1f2c7216023f1f35d5ada2;hp=89037ec0494b15f51ed0e395a992802e32de9e16;hpb=74c871a9fc4f73088e00f0a3a4e502abf18af0b0;p=lyx.git diff --git a/src/lyxfunc.h b/src/lyxfunc.h index 89037ec049..19a403b56d 100644 --- a/src/lyxfunc.h +++ b/src/lyxfunc.h @@ -2,14 +2,9 @@ #ifndef LYXFUNC_H #define LYXFUNC_H -#ifdef __GNUG__ -#pragma interface -#endif - - #include "FuncStatus.h" #include "kbsequence.h" -#include "commandtags.h" +#include "lfuns.h" #include "LString.h" #include @@ -88,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 @@ -118,23 +113,6 @@ private: /// void closeBuffer(); - /// - void reloadBuffer(); - /// - // 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