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