]> git.lyx.org Git - features.git/blobdiff - src/insets/InsetCaption.cpp
Revert "Mark some intentional fall-throughs (in a way understandable to gcc)"
[features.git] / src / insets / InsetCaption.cpp
index 36ebfa0a95324c4362f300ad06c7aec25f5365ba..1490c2cdb2e39637214136d9ea45266464441b1d 100644 (file)
@@ -209,8 +209,6 @@ void InsetCaption::doDispatch(Cursor & cur, FuncRequest & cmd)
                        break;
                }
        }
-       // no "changetype":
-       // fall through
 
        default:
                InsetText::doDispatch(cur, cmd);