remove 2 methods which have never been implemented

(cherry picked from commit 624cc824d2)
This commit is contained in:
Kurt Hindenburg
2013-10-05 00:18:06 -04:00
parent b0b89bd698
commit 9cc89c90b3
2 changed files with 0 additions and 15 deletions

View File

@@ -61,16 +61,6 @@ QStringList ShellCommand::arguments() const
{
return _arguments;
}
bool ShellCommand::isRootCommand() const
{
Q_ASSERT(0); // not implemented yet
return false;
}
bool ShellCommand::isAvailable() const
{
Q_ASSERT(0); // not implemented yet
return false;
}
QStringList ShellCommand::expand(const QStringList& items)
{
QStringList result;