summaryrefslogtreecommitdiffstats
path: root/src/com/android/settings/development/ShortcutManagerThrottlingPreferenceController.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/android/settings/development/ShortcutManagerThrottlingPreferenceController.java')
-rw-r--r--src/com/android/settings/development/ShortcutManagerThrottlingPreferenceController.java10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/com/android/settings/development/ShortcutManagerThrottlingPreferenceController.java b/src/com/android/settings/development/ShortcutManagerThrottlingPreferenceController.java
index 0ef2561d9b..a0e6592165 100644
--- a/src/com/android/settings/development/ShortcutManagerThrottlingPreferenceController.java
+++ b/src/com/android/settings/development/ShortcutManagerThrottlingPreferenceController.java
@@ -58,16 +58,6 @@ public class ShortcutManagerThrottlingPreferenceController extends
return true;
}
- @Override
- protected void onDeveloperOptionsSwitchEnabled() {
- // intentional no-op
- }
-
- @Override
- protected void onDeveloperOptionsSwitchDisabled() {
- // intentional no-op
- }
-
private void resetShortcutManagerThrottling() {
if (mShortcutService == null) {
return;