Remove dead code from ProjectRecord and GitProjectsImportPage
commit796e58c0c00f45d77f7eefcc3acdbd8deed45293
authorMatthias Sohn <matthias.sohn@sap.com>
Wed, 12 May 2010 08:38:58 +0000 (12 10:38 +0200)
committerMatthias Sohn <matthias.sohn@sap.com>
Wed, 12 May 2010 08:38:58 +0000 (12 10:38 +0200)
treebac83194db9f787a1086822cb04a3ff70f42e287
parente1b0a72f34ed00da4f66397edd4f044cef477a27
Remove dead code from ProjectRecord and GitProjectsImportPage

The IImportStructureProvider passed to ProjectRecord was always null and
hence had no effect. The constructor ProjectRecord(Object, int) is
obsolete and no longer used. Therefore removing this dead code.

Change-Id: I9937c06217c855e3f8cf2391de4849636fa3e4af
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/clone/GitProjectsImportPage.java
org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/clone/ProjectRecord.java