]> git.lyx.org Git - lyx.git/blobdiff - src/paragraph.C
Enable LyX to start up under Cygwin.
[lyx.git] / src / paragraph.C
index a2d4a52f351d8fbb4b8f02ea247f1ec575572725..b33ebcfdd983e593de32b00ae3ae330a1fe9d69f 100644 (file)
@@ -1383,7 +1383,6 @@ pos_type Paragraph::getFirstWord(Buffer const & buf, ostream & os, OutputParams
 
 bool Paragraph::onlyText(Buffer const & buf, LyXFont const & outerfont, pos_type initial) const
 {
-       LyXLayout_ptr const & style = layout();
        LyXFont font_old;
 
        for (pos_type i = initial; i < size(); ++i) {