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

Commit dd6cb55b authored by Kenny Guy's avatar Kenny Guy
Browse files

Tidy up unused hidden methods in LauncherApps

Bug: 17483329
Change-Id: Ic4fbb180bafaa4d2c5ba332fe228c3d9baf4761c
parent 4e7c562c
Loading
Loading
Loading
Loading
+0 −16
Original line number Diff line number Diff line
@@ -499,20 +499,4 @@ public class LauncherApps {
            obtainMessage(MSG_UNAVAILABLE, info).sendToTarget();
        }
    }

    /**
     * TODO Remove after 2014-09-22
     * @hide
     */
    public void addCallback(Callback callback) {
        registerCallback(callback);
    }

    /**
     * TODO Remove after 2014-09-22
     * @hide
     */
    public void removeCallback(Callback callback) {
        unregisterCallback(callback);
    }
}