]> git.lyx.org Git - features.git/blobdiff - src/insets/InsetLabel.cpp
Revert "Mark some intentional fall-throughs (in a way understandable to gcc)"
[features.git] / src / insets / InsetLabel.cpp
index 789a774ac6b993ecc2114cf9091c3ad56ecdb913..ce7701fbbc1d156d430012edf9798aa125767622 100644 (file)
@@ -214,8 +214,6 @@ bool InsetLabel::getStatus(Cursor & cur, FuncRequest const & cmd,
                        enabled = false;
                        break;
                }
-               // no "changetype":
-               // fall through
        default:
                return InsetCommand::getStatus(cur, cmd, status);
        }