]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiGraphics.cpp
Amend f441590c
[lyx.git] / src / frontends / qt4 / GuiGraphics.cpp
index 05ee2137c25e11a2dde94dde425f51c965f16131..2ef5c6b6f62992f177b592fa365144e7089ae0d2 100644 (file)
@@ -654,7 +654,6 @@ void GuiGraphics::applyView()
        // the bb section
        igp.bbox = graphics::BoundingBox();
        if (bbChanged) {
-               string bb;
                string lbXs = widgetToDoubleStr(lbX);
                string lbYs = widgetToDoubleStr(lbY);
                string rtXs = widgetToDoubleStr(rtX);