From 795406add16df89893cce2d80e2b51ed80cd4a8d Mon Sep 17 00:00:00 2001 From: Dekel Tsur Date: Thu, 25 Jan 2001 15:41:28 +0000 Subject: [PATCH] Remove unused variable. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_1_6@1395 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/insets/insetbib.C | 1 - 1 file changed, 1 deletion(-) diff --git a/src/insets/insetbib.C b/src/insets/insetbib.C index 3c7f03a762..25e2dd6f60 100644 --- a/src/insets/insetbib.C +++ b/src/insets/insetbib.C @@ -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;