Removed compatibility function (was left in before to not break the build)

Bug:2501468

Change-Id: I6b163eb3ce02ed899882d1b6534c1afb6fe1e7c3
This commit is contained in:
Daniel Lehmann
2010-03-12 18:32:14 -08:00
parent 38af4c36fc
commit 6edcdc1044

View File

@@ -58,12 +58,6 @@ public class VCardEntryCommitter implements VCardEntryHandler {
mTimeToCommit += System.currentTimeMillis() - start;
}
// TODO: Compatibility function to not break the build. Will be removed shortly
@Deprecated
public Uri getLastCreatedUri() {
return mCreatedUris.size() == 0 ? null : mCreatedUris.get(mCreatedUris.size() - 1);
}
/**
* Returns the list of created Uris. This list should not be modified by the caller as it is
* not a clone.