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:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user