From: Vincent van Ravesteijn Date: Thu, 29 Oct 2009 22:13:48 +0000 (+0000) Subject: These shouldn't be there as they have nothing to do with the layout of the Inset. X-Git-Tag: 2.0.0~5264 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=0152d0823250d2a6397d96cc4dd1d3ec136db633;p=features.git These shouldn't be there as they have nothing to do with the layout of the Inset. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31794 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/Text3.cpp b/src/Text3.cpp index eef781534c..3550577d51 100644 --- a/src/Text3.cpp +++ b/src/Text3.cpp @@ -2685,10 +2685,6 @@ bool Text::getStatus(Cursor & cur, FuncRequest const & cmd, case LFUN_ACCENT_UMLAUT: case LFUN_ACCENT_UNDERBAR: case LFUN_ACCENT_UNDERDOT: - case LFUN_APPENDIX: - case LFUN_DEPTH_DECREMENT: - case LFUN_DEPTH_INCREMENT: - case LFUN_FILE_INSERT: case LFUN_FONT_BOLD: case LFUN_FONT_BOLDSYMBOL: case LFUN_FONT_TYPEWRITER: @@ -2705,12 +2701,6 @@ bool Text::getStatus(Cursor & cur, FuncRequest const & cmd, case LFUN_FONT_STRIKEOUT: case LFUN_FONT_UULINE: case LFUN_FONT_UWAVE: - case LFUN_LABEL_GOTO: - case LFUN_LAYOUT_TABULAR: - case LFUN_NOACTION: - case LFUN_NOTE_NEXT: - case LFUN_REFERENCE_NEXT: - case LFUN_SERVER_SET_XY: case LFUN_TEXTSTYLE_APPLY: case LFUN_TEXTSTYLE_UPDATE: if (cur.inset().getLayout().isPassThru())