Tidy up unused hidden methods in LauncherApps

Bug: 17483329
Change-Id: Ic4fbb180bafaa4d2c5ba332fe228c3d9baf4761c
This commit is contained in:
Kenny Guy
2014-10-31 11:23:12 +00:00
parent 4e7c562c43
commit dd6cb55b0e

View File

@@ -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);
}
}