forked from qt-creator/qt-creator
Remove unused code emptyProject
This commit is contained in:
@@ -207,11 +207,6 @@ ProjectExplorer::Project* Qt4Manager::openProject(const QString &fileName)
|
||||
return pro;
|
||||
}
|
||||
|
||||
Qt4Project * Qt4Manager::createEmptyProject(const QString &path)
|
||||
{
|
||||
return new Qt4Project(this, path);
|
||||
}
|
||||
|
||||
ProjectExplorer::ProjectExplorerPlugin *Qt4Manager::projectExplorer() const
|
||||
{
|
||||
return ProjectExplorer::ProjectExplorerPlugin::instance();
|
||||
|
||||
@@ -81,8 +81,6 @@ public:
|
||||
virtual QString mimeType() const;
|
||||
ProjectExplorer::Project* openProject(const QString &fileName);
|
||||
|
||||
Qt4Project * createEmptyProject(const QString &path);
|
||||
|
||||
// Context information used in the slot implementations
|
||||
ProjectExplorer::Node *contextNode() const;
|
||||
void setContextNode(ProjectExplorer::Node *node);
|
||||
|
||||
Reference in New Issue
Block a user