]> git.lyx.org Git - lyx.git/blobdiff - src/LyXView.h
try this for distinguishing inner and outer tabs
[lyx.git] / src / LyXView.h
index 5ce2b4efffc94a096ed28f04ff4b66dc3d646f33..e4d4746b2bda1b1a3abef2b39c5d735e627bce79 100644 (file)
@@ -20,7 +20,7 @@
 #include FORMS_H_LOCATION
 
 #include "LString.h"
-#include "Timeout.h"
+#include "frontends/Timeout.h"
 #include <boost/utility.hpp>
 #include "layout.h"
 
@@ -133,10 +133,6 @@ private:
        ///
        void invalidateLayoutChoice();
 public:
-#if 0
-       ///
-       static int KeyPressMask_raw_callback(FL_FORM *, void * xev);
-#endif
        /** This callback is run when a close event is sent from the
          window manager. */
        static int atCloseMainFormCB(FL_FORM *, void *);