]> git.lyx.org Git - lyx.git/blobdiff - src/bufferview_funcs.h
fix "make dist" target
[lyx.git] / src / bufferview_funcs.h
index ad1b174c5d5931deaf9115e3366794f1a301af56..368549f624d18f85d2c1f9ea426cfce7db025c8e 100644 (file)
@@ -22,20 +22,12 @@ class BufferView;
 class LyXFont;
 class LyXText;
 
-#ifndef NEW_INSETS
-///
-extern void Foot(BufferView *);
-#endif
 ///
 extern void Emph(BufferView *);
 ///
 extern void Bold(BufferView *);
 ///
 extern void Noun(BufferView *);
-#ifndef NEW_INSETS
-///
-extern void Margin(BufferView *);
-#endif
 ///
 extern void Figure();
 ///
@@ -44,10 +36,6 @@ extern void Table();
 extern void Lang(BufferView *, string const &);
 ///
 extern void Number(BufferView *);
-#ifndef NEW_INSETS
-///
-extern void Melt(BufferView *);
-#endif
 ///
 extern void Tex(BufferView *);
 ///