Remove unused variable.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_1_6@1395 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Dekel Tsur 2001-01-25 15:41:28 +00:00
parent 063bef35d2
commit 795406add1

View File

@ -392,7 +392,6 @@ string const bibitemWidest(Buffer const * buffer)
int w = 0;
// Does look like a hack? It is! (but will change at 0.13)
LyXParagraph * par = buffer->paragraph;
BufferView * bv = buffer->getUser();
InsetBibKey * bkey = 0;
LyXFont font;