]> git.lyx.org Git - lyx.git/blobdiff - src/lyx_cb.h
Hopefully fix the problem with stateText() in lyxfont.C
[lyx.git] / src / lyx_cb.h
index 3df53458e6a91623070a6c140fdba521699c7065..295c80d4dbb50b143fe4da31cfba149847284ab8 100644 (file)
@@ -2,73 +2,14 @@
 #ifndef LYX_CB_H
 #define LYX_CB_H
 
-#include FORMS_H_LOCATION
-
-#include "LString.h"
-
-class Inset;
-class BufferView;
-
 ///
 extern bool quitting;
+extern bool toggleall;
 
 // When still false after reading lyxrc, warn user
 //about failing \bind_file command. RVDK_PATCH_5
 extern bool BindFileSet;
+extern LyXFont UserFreeFont();
 
-///
-extern void Foot(BufferView *);
-///
-extern void Emph();
-///
-extern void Bold();
-///
-extern void Noun();
-///
-extern void Margin(BufferView *);
-///
-extern void Figure();
-///
-extern void RTLCB();
-///
-extern void Table();
-///
-extern void Melt(BufferView *);
-///
-extern void Tex();
-///
-extern void changeDepth(BufferView *, int);
-///
-extern void Free();
-///
-extern void HtmlUrl();
-///
-extern void Url();
-///
-extern void ProhibitInput();
-///
-extern void Code();
-///
-extern void Sans();
-///
-extern void Roman();
-///
-extern void StyleReset();
-///
-extern void Underline();
-///
-extern void FontSize(string const &);
-///
-extern string CurrentState();
-///
-extern void AllowInput();
-
-///
-struct InsetUpdateStruct {
-       ///
-       Inset * inset;
-       ///
-       InsetUpdateStruct * next;
-};
 #endif