From 34338c474a5a32bdebe3991289a2f3a3410a40ca Mon Sep 17 00:00:00 2001 From: Vincent van Ravesteijn Date: Mon, 1 Nov 2010 03:54:23 +0000 Subject: [PATCH] Remove unnecessary breaks. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35956 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/insets/InsetTabular.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/insets/InsetTabular.cpp b/src/insets/InsetTabular.cpp index 98f6d813bc..4109f8471d 100644 --- a/src/insets/InsetTabular.cpp +++ b/src/insets/InsetTabular.cpp @@ -5183,7 +5183,6 @@ void InsetTabular::tabularFeatures(Cursor & cur, if (!cur.selection()) { if (tabular.isMultiColumn(cur.idx())) tabular.unsetMultiColumn(cur.idx()); - break; } break; } @@ -5220,7 +5219,6 @@ void InsetTabular::tabularFeatures(Cursor & cur, if (!cur.selection()) { if (tabular.isMultiRow(cur.idx())) tabular.unsetMultiRow(cur.idx()); - break; } break; } -- 2.39.2