]> git.lyx.org Git - lyx.git/blobdiff - src/insets/inset.C
some reindentation, revert workarea xpos++, constify, remove all traces of LyXParagra...
[lyx.git] / src / insets / inset.C
index 38fcb1e36d782aa87615f7a9f6e3b15fe398c1df..bb97e2bc10fbf8ad98e0e13e6fbf0c155946dce6 100644 (file)
@@ -205,7 +205,7 @@ void UpdatableInset::scroll(BufferView * bv, int offset) const
                        scx += offset;
                }
        }
-       // bv->updateInset(const_cast<UpdatableInset *>(this), false);
+//     bv->updateInset(const_cast<UpdatableInset *>(this), false);
 }