]> git.lyx.org Git - features.git/blobdiff - src/buffer.C
Unicode: remove more utf8 roundtrips and faulty conversions to docstring
[features.git] / src / buffer.C
index ffd9fa74c0b8118386705c0802a5978ddd6ab8c3..cf93290a146ae648b51733d393d9cab4c61a7fac 100644 (file)
@@ -1639,7 +1639,6 @@ void Buffer::changeRefsIfUnique(docstring const & from, docstring const & to,
        } else
                getLabelList(labels);
 
-       // FIXME UNICODE
        if (lyx::count(labels.begin(), labels.end(), from) > 1)
                return;