summaryrefslogtreecommitdiffstats
path: root/go/src/com/android/launcher3/shortcuts/DeepShortcutManager.java
diff options
context:
space:
mode:
Diffstat (limited to 'go/src/com/android/launcher3/shortcuts/DeepShortcutManager.java')
-rw-r--r--go/src/com/android/launcher3/shortcuts/DeepShortcutManager.java12
1 files changed, 0 insertions, 12 deletions
diff --git a/go/src/com/android/launcher3/shortcuts/DeepShortcutManager.java b/go/src/com/android/launcher3/shortcuts/DeepShortcutManager.java
index 7fd4a9de0..ee113dfeb 100644
--- a/go/src/com/android/launcher3/shortcuts/DeepShortcutManager.java
+++ b/go/src/com/android/launcher3/shortcuts/DeepShortcutManager.java
@@ -49,18 +49,6 @@ public class DeepShortcutManager {
private DeepShortcutManager(Context context) {
}
- public static boolean supportsShortcuts(ItemInfo info) {
- return false;
- }
-
- public static boolean supportsDeepShortcuts(ItemInfo info) {
- return false;
- }
-
- public static String getShortcutIdIfApplicable(ItemInfo info) {
- return null;
- }
-
public boolean wasLastCallSuccess() {
return false;
}