]> git.lyx.org Git - lyx.git/blobdiff - src/lyxscreen.h
remove more forms.h cruft
[lyx.git] / src / lyxscreen.h
index 91f17dc06b19c5637cfc822f5007944f4fe4d0af..ee247130c933b3db6f3db929f9b94c7bea01df69 100644 (file)
@@ -5,7 +5,7 @@
  *           LyX, The Document Processor
  *      
  *           Copyright 1995 Matthias Ettrich
- *           Copyright 1995-2000 The LyX Team
+ *           Copyright 1995-2001 The LyX Team
  *
  * ====================================================== */
 
@@ -16,7 +16,6 @@
 #pragma interface
 #endif
 
-#include FORMS_H_LOCATION
 #include <X11/Xlib.h>
 
 class LyXText;
@@ -50,6 +49,9 @@ public:
        ///
        LyXScreen(WorkArea &);
 
+       ///
+       ~LyXScreen();
        /// Sets the cursor color to LColor::cursor.
        void setCursorColor();