Andre Poenitz wrote:
On Tue, Sep 26, 2006 at 09:11:24PM -0000, [EMAIL PROTECTED] wrote:
URL: http://www.lyx.org/trac/changeset/15159
Log:
delete unneeded BufferView.h declaration.
Modified:
lyx-devel/trunk/src/CutAndPaste.C
lyx-devel/trunk/src/InsetList.C
lyx-devel/trunk/src/ParagraphParameters.C
lyx-devel/trunk/src/frontends/qt4/Action.C
lyx-devel/trunk/src/frontends/qt4/lyx_gui.C
lyx-devel/trunk/src/insets/inset.C
lyx-devel/trunk/src/insets/insetbibitem.C
lyx-devel/trunk/src/insets/insetcharstyle.C
lyx-devel/trunk/src/insets/insetcite.C
lyx-devel/trunk/src/insets/insetnewline.C
lyx-devel/trunk/src/insets/insetref.C
lyx-devel/trunk/src/insets/insettheorem.C
lyx-devel/trunk/src/insets/insetvspace.C
lyx-devel/trunk/src/mathed/MathData.C
I am astonished that there are so many of them.
Is BufferView really not used in these files or
is some of the other headers suddenly pulling it in?
I think it is really not used because I have made sure by searching for
"BufferView" and for "bv".
Abdel.