am 88cfb428: Merge "Tidy up unused hidden methods in LauncherApps" into lmp-mr1-dev

automerge: d305bf3

* commit 'd305bf3dff7dcb1084aab5777818b4d96975268d':
  Tidy up unused hidden methods in LauncherApps
This commit is contained in:
Kenny Guy
2014-10-31 12:57:46 +00:00
committed by android-build-merger

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