]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetERT.cpp
de.po
[lyx.git] / src / insets / InsetERT.cpp
index f18234344acdfd97861a87663959412486f0e2a6..e3863ea09df1e244be261d2f92f1e1dd4dafa7b6 100644 (file)
@@ -134,12 +134,6 @@ bool InsetERT::getStatus(Cursor & cur, FuncRequest const & cmd,
        FuncStatus & status) const
 {
        switch (cmd.action()) {
-       case LFUN_INSET_EDIT:
-               status.setEnabled(tempfile_ == 0);
-               return true;
-       case LFUN_INSET_END_EDIT:
-               status.setEnabled(tempfile_ != 0);
-               return true;
        case LFUN_INSET_INSERT:
                status.setEnabled(false);
                return true;