]> git.lyx.org Git - features.git/blobdiff - src/BufferView2.C
small changes and two patches from Dekel
[features.git] / src / BufferView2.C
index 809365a1723f2199d5468c84b1b42ba697602f73..7f75d306c7fbab8e78ae0ade0f102caa9e450ff9 100644 (file)
@@ -197,8 +197,9 @@ void BufferView::setCursorFromRow(int row)
        text->SetCursor(this, texrowpar, tmppos);
 }
 
+
 bool BufferView::insertInset(Inset * inset, string const & lout,
-                        bool no_table)
+                            bool /*no_table*/)
 {
        // if we are in a locking inset we should try to insert the
        // inset there otherwise this is a illegal function now