forked from qt-creator/qt-creator
IRunControlFactory::displayName: Remove unused function
It's never used. Change-Id: I11cc85b1d9a5944017b8a03738877f91cfe5d11f Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
@@ -167,10 +167,5 @@ RunControl *AndroidRunControlFactory::create(RunConfiguration *runConfig,
|
||||
return AndroidDebugSupport::createDebugRunControl(rc, errorMessage);
|
||||
}
|
||||
|
||||
QString AndroidRunControlFactory::displayName() const
|
||||
{
|
||||
return tr("Run on Android device or emulator.");
|
||||
}
|
||||
|
||||
} // namespace Internal
|
||||
} // namespace Qt4ProjectManager
|
||||
|
||||
@@ -78,8 +78,6 @@ class AndroidRunControlFactory : public ProjectExplorer::IRunControlFactory
|
||||
public:
|
||||
explicit AndroidRunControlFactory(QObject *parent = 0);
|
||||
|
||||
QString displayName() const;
|
||||
|
||||
bool canRun(ProjectExplorer::RunConfiguration *runConfiguration,
|
||||
ProjectExplorer::RunMode mode) const;
|
||||
ProjectExplorer::RunControl *create(ProjectExplorer::RunConfiguration *runConfiguration,
|
||||
|
||||
Reference in New Issue
Block a user