]> git.lyx.org Git - lyx.git/blobdiff - src/buffer.h
remove broken xpm
[lyx.git] / src / buffer.h
index d4bddd69381a350faaaaedaca15ed23b313ef062..3e7b72c81d3b250760e06e0ac9958ab70d291723 100644 (file)
@@ -38,7 +38,6 @@ class LaTeXFeatures;
 class Language;
 class ParIterator;
 
-#define NO_COMPABILITY 1
 
 ///
 struct DEPCLEAN {
@@ -128,13 +127,6 @@ public:
        ///
        void insertStringAsLines(Paragraph *&, lyx::pos_type &,
                                 LyXFont const &, string const &) const;
-#ifndef NO_COMPABILITY
-       ///
-       Inset * isErtInset(Paragraph * par, int pos) const;
-       ///
-       void insertErtContents(Paragraph * par, int & pos,
-                              bool set_inactive = true);
-#endif
        ///
        Paragraph * getParFromID(int id) const;
 private: