]> git.lyx.org Git - lyx.git/blobdiff - src/lyx.h
try this for distinguishing inner and outer tabs
[lyx.git] / src / lyx.h
index 6847ebfd4010e701ae786d1f6f53d3dc0358b2b4..9172685e08d51fd90737aa5d398ea6284086a109 100644 (file)
--- a/src/lyx.h
+++ b/src/lyx.h
@@ -4,8 +4,6 @@
 #define FD_form_title_h_
 
 /** Callbacks, globals and object handlers **/
-extern "C" void TimerCB(FL_OBJECT *, long);
-
 extern "C" void FigureOKCB(FL_OBJECT *, long);
 extern "C" void FigureApplyCB(FL_OBJECT *, long);
 extern "C" void FigureCancelCB(FL_OBJECT *, long);
@@ -20,15 +18,6 @@ extern "C" void ExternalCancelCB(FL_OBJECT *, long);
 
 
 /**** Forms and Objects ****/
-typedef struct {
-       FL_FORM *form_title;
-       void *vdata;
-       char *cdata;
-       long  ldata;
-       FL_OBJECT *timer_title;
-} FD_form_title;
-
-extern FD_form_title * create_form_form_title(void);
 typedef struct {
        FL_FORM *form_figure;
        void *vdata;