X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FInsetLabel.cpp;h=ce7701fbbc1d156d430012edf9798aa125767622;hb=0120c3fc10f1f1cc062f0c2a445fcee5d336d9f3;hp=789a774ac6b993ecc2114cf9091c3ad56ecdb913;hpb=b73879691f816b0874d9dec0c09e2db7889c4e8e;p=features.git diff --git a/src/insets/InsetLabel.cpp b/src/insets/InsetLabel.cpp index 789a774ac6..ce7701fbbc 100644 --- a/src/insets/InsetLabel.cpp +++ b/src/insets/InsetLabel.cpp @@ -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); }