]> git.lyx.org Git - features.git/commitdiff
These shouldn't be there as they have nothing to do with the layout of the Inset.
authorVincent van Ravesteijn <vfr@lyx.org>
Thu, 29 Oct 2009 22:13:48 +0000 (22:13 +0000)
committerVincent van Ravesteijn <vfr@lyx.org>
Thu, 29 Oct 2009 22:13:48 +0000 (22:13 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31794 a592a061-630c-0410-9148-cb99ea01b6c8

src/Text3.cpp

index eef781534ccae4712ae98f103d82d33f089d7c5c..3550577d51d164904b41eed63ab2ceaa8c295402 100644 (file)
@@ -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())