Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6edcdc10 authored by Daniel Lehmann's avatar Daniel Lehmann
Browse files

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

Bug:2501468

Change-Id: I6b163eb3ce02ed899882d1b6534c1afb6fe1e7c3
parent 38af4c36
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -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.