]> git.lyx.org Git - lyx.git/blobdiff - src/lyxfunc.h
"Inter-word Space"
[lyx.git] / src / lyxfunc.h
index 1482b175cb5cd591c24f3bbab848f1500391a76d..5926a265f6800264948aa0e161773c01549e57c3 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>
@@ -114,8 +114,6 @@ private:
        ///
        void closeBuffer();
        ///
-       void reloadBuffer();
-       ///
        //  This return or directly text (default) of getLyXText()
        ///
        LyXText * TEXT(bool) const;