X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FLyXView.h;h=8017453af51c88e2c90f1e80d9119653181f7626;hb=f448e22d483e1370bcbfbb7be8cb47ad7251ed77;hp=9072a3ccf0f3a07677b2042d1f5107c89e6d6934;hpb=87a0dbbbe01ad21e7361b18c1f8b7b89873befd7;p=lyx.git diff --git a/src/LyXView.h b/src/LyXView.h index 9072a3ccf0..8017453af5 100644 --- a/src/LyXView.h +++ b/src/LyXView.h @@ -16,11 +16,12 @@ #pragma interface #endif +#include #include FORMS_H_LOCATION #include "LString.h" #include "Timeout.h" -#include "support/utility.hpp" +#include #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 *);