]> git.lyx.org Git - features.git/blobdiff - src/insets/insetcollapsable.h
remove !NEW_INSETS cruft
[features.git] / src / insets / insetcollapsable.h
index 5b89661942708c4becd8c7732c131fd2a729fed1..47100ac6a4dc392e4afee7fe6620a9fc92b5606e 100644 (file)
@@ -21,9 +21,6 @@
 #include "insettext.h"
 #include "lyxfont.h"
 #include "LColor.h"
-#if 1 // NEW_INSETS
-#include "lyxparagraph.h"
-#endif
 
 class Painter;
 class LyXText;
@@ -160,9 +157,7 @@ protected:
        LColor::color framecolor;
        ///
        LyXFont labelfont;
-#ifdef NEW_INSETS
 public:
-#endif
        ///
        InsetText inset;
 protected: