]> git.lyx.org Git - lyx.git/blobdiff - src/insets/inset.C
Small fixes to various InsetText problems.
[lyx.git] / src / insets / inset.C
index 1b187425a5434725cbceb589d9a22c7e504a0154..90c7d74e2dbbe96c2904041858b0fa47ed6e89b3 100644 (file)
@@ -324,7 +324,6 @@ int UpdatableInset::getMaxWidth(BufferView * bv, UpdatableInset const *) const
        if ((w - ((2 * TEXT_TO_INSET_OFFSET) + 5)) >= 0)
                w -= (2 * TEXT_TO_INSET_OFFSET) + 5;
        if (topx_set && owner()) {
-               lyxerr << "topx_set && owner()\n";
                w -= top_x;
                w += owner()->x();
        }