eclipse plugin: Remove unused method and field

Issue found by "FindBugs"
This commit is contained in:
Timotei Dolean 2011-04-10 10:35:09 +00:00
parent 5ee02f8172
commit 9c6b0998f6

View file

@ -28,8 +28,6 @@ import org.wesnoth.wml.core.Variable;
*/
public class ProjectCache
{
private IProject associatedProject_;
private long propertiesTimetamp_;
private long definesTimetamp_;
@ -117,11 +115,6 @@ public class ProjectCache
}
}
public IProject getAssociatedProject()
{
return associatedProject_;
}
/**
* Gets the properties store for the associated Project.
* If the store doesn't exist it will be created.