]> git.lyx.org Git - lyx.git/blobdiff - src/LyXView.h
prepare for 1.1.6pre2
[lyx.git] / src / LyXView.h
index 9072a3ccf0f3a07677b2042d1f5107c89e6d6934..8017453af51c88e2c90f1e80d9119653181f7626 100644 (file)
 #pragma interface
 #endif
 
+#include <config.h>
 #include FORMS_H_LOCATION
 
 #include "LString.h"
 #include "Timeout.h"
-#include "support/utility.hpp"
+#include <boost/utility.hpp>
 #include "layout.h"
 
 class LyXFunc;
@@ -132,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 *);