* Revert the noise.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29376 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Vincent van Ravesteijn 2009-04-22 21:02:05 +00:00
parent 4c9fe33c83
commit 2bc9c7c9c4
2 changed files with 0 additions and 5 deletions

View 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:

View 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: