Remove unused code emptyProject

This commit is contained in:
dt
2010-02-26 13:09:00 +01:00
parent ef90afe5aa
commit 96c1a21a51
2 changed files with 0 additions and 7 deletions

View File

@@ -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();

View File

@@ -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);