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