]> git.lyx.org Git - features.git/commitdiff
* Revert the noise.
authorVincent van Ravesteijn <vfr@lyx.org>
Wed, 22 Apr 2009 21:02:05 +0000 (21:02 +0000)
committerVincent van Ravesteijn <vfr@lyx.org>
Wed, 22 Apr 2009 21:02:05 +0000 (21:02 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29376 a592a061-630c-0410-9148-cb99ea01b6c8

src/insets/InsetInclude.cpp
src/insets/InsetIndex.cpp

index b2e715d24085d4ec72cc4b0894fbf971e2bb1cb4..ce4a12c2ba9bfba5867bf198e9b3850ce69cd9db 100644 (file)
@@ -299,7 +299,6 @@ void InsetInclude::editIncluded(string const & file)
 bool InsetInclude::getStatus(Cursor & cur, FuncRequest const & cmd,
                FuncStatus & flag) const
 {
-       LYXERR0(cmd.action);
        switch (cmd.action) {
 
        case LFUN_INSET_EDIT:
index 45eb2a38c59bb84051ee1a04b9239fc7f3e761d3..c74dcd7676811498f339e304cda956e67246e8ce 100644 (file)
@@ -181,8 +181,6 @@ bool InsetIndex::showInsetDialog(BufferView * bv) const
 
 void InsetIndex::doDispatch(Cursor & cur, FuncRequest & cmd)
 {
-       LYXERR0( cmd.action);
-       LYXERR0( cmd.getArg(0));
        switch (cmd.action) {
 
        case LFUN_INSET_MODIFY: {
@@ -212,8 +210,6 @@ void InsetIndex::doDispatch(Cursor & cur, FuncRequest & cmd)
 bool InsetIndex::getStatus(Cursor & cur, FuncRequest const & cmd,
                FuncStatus & flag) const
 {
-               LYXERR0( cmd.action);
-       LYXERR0( cmd.getArg(0));
        switch (cmd.action) {
 
        case LFUN_INSET_MODIFY: