Skip to content

Commit

Permalink
Remove duplicate predefined command
Browse files Browse the repository at this point in the history
  • Loading branch information
hluk committed Apr 21, 2018
1 parent b9019de commit 95fac4f
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/common/predefinedcommands.cpp
Expand Up @@ -161,13 +161,6 @@ QVector<Command> predefinedCommands()
c->tab = AddCommandDialog::tr("(trash)");
c->remove = true;

c = newCommand(&commands);
c->name = AddCommandDialog::tr("Move to Trash");
c->icon = QString(QChar(IconTrash));
c->inMenu = true;
c->tab = AddCommandDialog::tr("(trash)");
c->remove = true;

return commands;
}

0 comments on commit 95fac4f

Please sign in to comment.