remove unnecessary braces

This commit is contained in:
Juergen Spitzmueller 2018-01-20 10:39:18 +01:00
parent 1450b99ed1
commit 2f854bdf8c

View File

@ -2649,13 +2649,12 @@ void Text::dispatch(Cursor & cur, FuncRequest & cmd)
needsUpdate = true;
break;
case LFUN_OUTLINE_DOWN: {
case LFUN_OUTLINE_DOWN:
outline(OutlineDown, cur, this);
setCursor(cur, cur.pit(), 0);
cur.forceBufferUpdate();
needsUpdate = true;
break;
}
case LFUN_OUTLINE_IN:
outline(OutlineIn, cur, this);