There are two pieces of xforms-cruft that have been left in 
BufferView_pimpl.h and in BufferView.h. Would anybody be upset if I removed 
them?

Note that the FL_OBJECT is private data and is never referenced in 
BufferView_pimpl.[Ch] (moved over to WorkArea?) and that there is no xforms 
code at all in BufferView

Angus

Index: BufferView_pimpl.h
===================================================================
RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/BufferView_pimpl.h,v
retrieving revision 1.31
diff -u -p -r1.31 BufferView_pimpl.h
--- BufferView_pimpl.h  2001/03/15 18:21:52     1.31
+++ BufferView_pimpl.h  2001/04/03 11:07:15
@@ -134,8 +134,6 @@ private:
        ///
        long current_scrollbar_value;
        ///
-       FL_OBJECT * figinset_canvas;
-       ///
        Timeout cursor_timeout;
         ///
        int last_click_x;
Index: BufferView.h
===================================================================
RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/BufferView.h,v
retrieving revision 1.65
diff -u -p -r1.65 BufferView.h
--- BufferView.h        2001/03/15 16:04:44     1.65
+++ BufferView.h        2001/04/03 11:07:15
@@ -16,7 +16,6 @@
 #pragma interface
 #endif
 
-#include FORMS_H_LOCATION
 #include "LString.h"
 #include "undo.h"
 #include "commandtags.h"                                                     

Reply via email to