X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FText.cpp;h=6c899a95e8f7f65d86210de687f785cd7dfa85ce;hb=e2982037d9f981a6070c3cf90148bde33edbfdc9;hp=1028d5c3d631831975eba6198a252e250aec309d;hpb=9e9c96035cd48e30f658c96a8448c99c868772b3;p=lyx.git diff --git a/src/Text.cpp b/src/Text.cpp index 1028d5c3d6..6c899a95e8 100644 --- a/src/Text.cpp +++ b/src/Text.cpp @@ -1897,8 +1897,6 @@ docstring Text::getPossibleLabel(Cursor const & cur) const } if (!name.empty()) - // FIXME refstyle - // We should allow customization of the separator or else change it text = name + ':' + text; return text;